From 4d696a973af61e716959801c88b3ddbeca582e89 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 30 Mar 2012 01:33:16 +0200 Subject: Add Flex options to fix -Wall warnings --- src/config.l | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/config.l') diff --git a/src/config.l b/src/config.l index 6ed07bb..447daed 100644 --- a/src/config.l +++ b/src/config.l @@ -26,9 +26,13 @@ %option prefix="fastd_config_yy" %option noyywrap +%option nounput +%option noinput %option bison-bridge %option bison-locations %option reentrant +%option warn + %top { #include -- cgit v1.2.3