Flex doesn't need to run in interactive mode.
This gets rid of a C11 warning; all other ways to get rid of that warning seem worse hacks.
This commit is contained in:
parent
b405155804
commit
0f8f1054b6
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
%option yylineno
|
||||
%option never-interactive
|
||||
|
||||
%{
|
||||
/* scanner for security protocols language */
|
||||
|
Loading…
Reference in New Issue
Block a user