Add YY_NO_INPUT so clang doesn't complain about "input" not being used.
This commit is contained in:
parent
0c50c8eea5
commit
ff129df002
@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include "jailp.h"
|
||||
#include "y.tab.h"
|
||||
|
||||
#define YY_NO_INPUT
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
extern int yynerrs;
|
||||
|
Loading…
Reference in New Issue
Block a user