Add lexer %option noinput to avoid compiler warning

This commit is contained in:
Thomas Jensen 2019-02-19 22:15:19 +01:00
parent 7da5fc91f4
commit 7932bd032e
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -59,6 +59,7 @@ static void inflate_inbuf();
%option noyywrap
%option never-interactive
%option caseless
%option noinput
%option noyylineno