diff options
-rw-r--r-- | src/config.l | 4 |
1 files changed, 4 insertions, 0 deletions
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 <config.yy.h> |