Fix compiler warnings for the lexers

This commit is contained in:
Gunnar Beutner 2014-11-06 06:23:25 +01:00
parent 5b5f92e57b
commit 8bbb2bfb7b
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ static char *lb_steal(lex_buf *lb)
%option reentrant noyywrap yylineno
%option bison-bridge bison-locations
%option never-interactive nounistd
%option noinput nounput
%x C_COMMENT
%x STRING

View File

@ -92,6 +92,7 @@ static char *lb_steal(lex_buf *lb)
%option reentrant noyywrap yylineno
%option bison-bridge bison-locations
%option never-interactive nounistd
%option noinput nounput
%x HEREDOC
%x C_COMMENT