]> granicus.if.org Git - icinga2/commitdiff
Fix compiler warnings for the lexers
authorGunnar Beutner <gunnar@beutner.name>
Thu, 6 Nov 2014 05:23:25 +0000 (06:23 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Thu, 6 Nov 2014 05:23:45 +0000 (06:23 +0100)
lib/config/config_lexer.ll
tools/mkclass/class_lexer.ll

index 23b46deeb9b6c267982f92c58adb499e470df28c..a578707fbd0c6d93159752f148191643c869c70a 100644 (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
index 8ecf95da7e5e58158c65e5b31cfe54e416e53751..10f351be05ad2329c47db2ad2bc3819efe2634be 100644 (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