lib/calib_lex.l: Add #define YY_NO_INPUT to C pre-amble
This suppresses a compiler warning about 'input' defined but not used.
This commit is contained in:
parent
cc0c9e7405
commit
f4e228e231
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
#include "libinternal.h"
|
||||
#include "calib_yacc.h"
|
||||
|
||||
#define YY_NO_INPUT
|
||||
|
||||
%}
|
||||
|
||||
%x COMMENT
|
||||
|
|
Loading…
Add table
Reference in a new issue