Mark the logerr() function __printflike().
MFC after: 3 days
This commit is contained in:
parent
2386a44f8b
commit
85fe8d4124
@ -62,7 +62,7 @@ static const char rcsid[] =
|
||||
#include <string.h>
|
||||
#include "pathnames.h"
|
||||
|
||||
void logerr(const char *, ...);
|
||||
void logerr(const char *, ...) __printflike(1, 2);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user