summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-06-03 09:34:22 +0000
committerWolfram Sang <w.sang@pengutronix.de>2011-06-03 09:34:22 +0000
commitd1f47c252bee65c5c5c3c49dedbf4886bacefaea (patch)
tree182219fc41b1dacd9561e52f0a52b184c21b0ffc
parent0407136054a26e2636ae2875313aa5fd884a93af (diff)
downloadmemedit-d1f47c252bee65c5c5c3c49dedbf4886bacefaea.tar.gz
memedit-d1f47c252bee65c5c5c3c49dedbf4886bacefaea.tar.xz
memedit: use %noinput
Fixes "lex.zz.c:1593: warning: 'input' defined but not used" Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
-rw-r--r--memedit.l1
1 files changed, 1 insertions, 0 deletions
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