mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
__printflike() should really be __printf0like() since verrx() can
accept a NULL format string.
This commit is contained in:
parent
7cbc81e6a1
commit
f4c1428318
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90157
@ -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…
Reference in New Issue
Block a user