We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a63c7 commit cfc1f3aCopy full SHA for cfc1f3a
1 file changed
unzip/bsdunzip.c
@@ -111,7 +111,7 @@ static int noeol;
111
static char *passphrase_buf;
112
113
/* fatal error message + errno */
114
-static void
+static void __LA_NORETURN
115
error(const char *fmt, ...)
116
{
117
va_list ap;
@@ -128,7 +128,7 @@ error(const char *fmt, ...)
128
}
129
130
/* fatal error message, no errno */
131
132
errorx(const char *fmt, ...)
133
134
0 commit comments