summaryrefslogtreecommitdiff
path: root/tests/header_nr_scanner.l
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-07-25 18:03:39 +0200
committerWill Estes <westes575@gmail.com>2014-11-26 13:26:49 -0500
commit874dd74ceba67c19f0df3bb46b1c216a23f52d2d (patch)
tree6996e168c3046bf7ea584a9a2a67e37b27a556ee /tests/header_nr_scanner.l
parent17c292bf03bccf4e808835f96f1260e6dd611b43 (diff)
Fix `unused function` warnings in tests
Diffstat (limited to 'tests/header_nr_scanner.l')
-rw-r--r--tests/header_nr_scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/header_nr_scanner.l b/tests/header_nr_scanner.l
index 31332fc..b429a6c 100644
--- a/tests/header_nr_scanner.l
+++ b/tests/header_nr_scanner.l
@@ -30,7 +30,7 @@
%}
%option 8bit prefix="test" header="header_nr_scanner.h"
-%option nounput nomain noyywrap
+%option nounput nomain noyywrap noinput
%option warn