mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Add YY_NO_INPUT so clang doesn't complain about "input" not being used.
This commit is contained in:
parent
0c50c8eea5
commit
ff129df002
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue