X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..2b60a54adb3b0bf5a9b927708085492b816a6015:/sbr/error.c diff --git a/sbr/error.c b/sbr/error.c index 031ed2a5..96c89f58 100644 --- a/sbr/error.c +++ b/sbr/error.c @@ -45,7 +45,7 @@ advise (const char *what, const char *fmt, ...) * straightforward, e.g. longjmp(3), but it must not return to adios(). * If it does then it's a bug and adios() will abort(3) as callers do * not expect execution to continue. */ -void +void NORETURN adios (const char *what, const char *fmt, ...) { va_list ap;