mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
Add lexer %option noinput to avoid compiler warning
This commit is contained in:
parent
7da5fc91f4
commit
7932bd032e
@ -59,6 +59,7 @@ static void inflate_inbuf();
|
||||
%option noyywrap
|
||||
%option never-interactive
|
||||
%option caseless
|
||||
%option noinput
|
||||
%option noyylineno
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user