mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix compiler warnings for the lexers
This commit is contained in:
parent
5b5f92e57b
commit
8bbb2bfb7b
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue