[PATCH 2/6] lex: disable unused options

Wolfram Sang w.sang at pengutronix.de
Sun Jan 30 05:05:25 EST 2011


Eliminates two warnings.

Signed-off-by: Wolfram Sang <w.sang at pengutronix.de>
---
 src/lex_config.l |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/lex_config.l b/src/lex_config.l
index 746edc1..7b4d627 100644
--- a/src/lex_config.l
+++ b/src/lex_config.l
@@ -1,5 +1,6 @@
 /* Special state for handling include files */
 %x src
+%option noinput nounput
 
 %{
 /*
-- 
1.7.2.3




More information about the linux-pcmcia mailing list