From d1f47c252bee65c5c5c3c49dedbf4886bacefaea Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Fri, 3 Jun 2011 09:34:22 +0000 Subject: memedit: use %noinput Fixes "lex.zz.c:1593: warning: 'input' defined but not used" Signed-off-by: Wolfram Sang --- memedit.l | 1 + 1 file changed, 1 insertion(+) diff --git a/memedit.l b/memedit.l index 7cbcf32..4db5403 100644 --- a/memedit.l +++ b/memedit.l @@ -3,6 +3,7 @@ */ %option nostack +%option noinput %option nounput %option noyywrap %option pointer -- cgit v1.2.3