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:
Cas Cremers 2019-01-04 13:20:44 +01:00
parent b405155804
commit 0f8f1054b6

View File

@ -18,6 +18,7 @@
*/
%option yylineno
%option never-interactive
%{
/* scanner for security protocols language */