1
0
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:
Kris Kennaway 2002-02-04 01:11:48 +00:00
parent 7cbc81e6a1
commit f4c1428318
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90157

View File

@ -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, ...)