mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
yyerror() is a printflike function
MFC after: 1 week
This commit is contained in:
parent
2bc50aed69
commit
506d42c5b7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
extern int line_no;
|
||||
extern FILE *yyin;
|
||||
void yyerror(char *fmt, ...);
|
||||
void yyerror(char *fmt, ...) __printflike(1, 2);
|
||||
int yyparse(void);
|
||||
int yylex(void);
|
||||
static void usage __P((void));
|
||||
|
|
|
|||
Loading…
Reference in a new issue