aboutsummaryrefslogtreecommitdiff
path: root/src/grecs-lex.l
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-12-16 22:11:17 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-16 22:11:17 +0200
commit13232cb8c0d7f099c0d57445f2995c60928b916c (patch)
tree3a4b14d69eddb7f78023efb2c32fab4a68b2a2d5 /src/grecs-lex.l
parent9e978b089268e6bfc4b8fcdf9ef721f6fa92c11f (diff)
downloadgrecs-13232cb8c0d7f099c0d57445f2995c60928b916c.tar.gz
grecs-13232cb8c0d7f099c0d57445f2995c60928b916c.tar.bz2
Shut useless compiler warnings
Diffstat (limited to 'src/grecs-lex.l')
-rw-r--r--src/grecs-lex.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index 63f2225..293f6c1 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -1,4 +1,6 @@
/* grecs - Gray's Extensible Configuration System -*- c -*- */
+%option nounput
+%option noinput
%top {
#ifdef HAVE_CONFIG_H
# include <config.h>
@@ -75,7 +77,6 @@ static void qstring_locus_fixup(void);
%}
-
%x COMMENT ML STR
WS [ \t\f][ \t\f]*

Return to:

Send suggestions and report system problems to the System administrator.