Mark two more places that we won't reach.

MFC after:	1 month
This commit is contained in:
Pawel Jakub Dawidek 2010-08-05 18:21:45 +00:00
parent 58047fa56d
commit e3031161eb

View File

@ -325,6 +325,7 @@ pjdlogv_exit(int exitcode, const char *fmt, va_list ap)
pjdlogv_errno(LOG_ERR, fmt, ap);
exit(exitcode);
/* NOTREACHED */
}
/*
@ -350,6 +351,7 @@ pjdlogv_exitx(int exitcode, const char *fmt, va_list ap)
pjdlogv(LOG_ERR, fmt, ap);
exit(exitcode);
/* NOTREACHED */
}
/*