summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/wimaxasncp/wimaxasncp_dict.l5
-rw-r--r--text2pcap-scanner.l5
2 files changed, 10 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/wimaxasncp_dict.l b/plugins/wimaxasncp/wimaxasncp_dict.l
index 9c55a79d97..b4c273368b 100644
--- a/plugins/wimaxasncp/wimaxasncp_dict.l
+++ b/plugins/wimaxasncp/wimaxasncp_dict.l
@@ -1,4 +1,9 @@
/*
+ * We don't use input, so don't generate code for it.
+ */
+%option noinput
+
+/*
* We don't use unput, so don't generate code for it.
*/
%option nounput
diff --git a/text2pcap-scanner.l b/text2pcap-scanner.l
index ca9926d135..59bc017217 100644
--- a/text2pcap-scanner.l
+++ b/text2pcap-scanner.l
@@ -1,6 +1,11 @@
/* -*-mode: flex-*- */
/*
+ * We don't use input, so don't generate code for it.
+ */
+%option noinput
+
+/*
* We don't use unput, so don't generate code for it.
*/
%option nounput