mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
Fix compiler warnings for the lexers
This commit is contained in:
parent
5b5f92e57b
commit
8bbb2bfb7b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user