From e205935a4fd7ae56a352d5dd8d1b69f143afb09c Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 15 Jun 2015 17:07:32 +0200 Subject: Fix flex warnings and removes unnecessary include. --- urlscanner.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urlscanner.l') diff --git a/urlscanner.l b/urlscanner.l index 5f9acb6..79768b2 100644 --- a/urlscanner.l +++ b/urlscanner.l @@ -1,12 +1,12 @@ %option noyywrap %option yylineno %option nounput -%option nodefault %{ #include "urlscanner.h" #include "string.h" yystype yylval; +#define YY_NO_INPUT %} %x ATAG_HREF -- cgit v1.2.3