__printflike() should really be __printf0like() since verrx() can
accept a NULL format string.
This commit is contained in:
parent
7cbc81e6a1
commit
f4c1428318
@ -35,7 +35,7 @@ static const char rcsid[] =
|
||||
#include <locale.h>
|
||||
|
||||
static void error(const char *, ...) __attribute__((__noreturn__))
|
||||
__printflike(1, 2);
|
||||
__printf0like(1, 2);
|
||||
|
||||
static void
|
||||
error(const char *msg, ...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user