summaryrefslogtreecommitdiffstats
path: root/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-21 22:27:03 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-21 22:27:03 +0100
commit8c288fd0984679c73398ab931bc91213d9090fca (patch)
tree0efefff182221fcf117be054c9e30ef8816d0d1f /rfcomm
parent5a10a1b26aa475eaa7154ae9fbc63feff373a118 (diff)
Define YY_NO_INPUT to avoid unused variable warning
Diffstat (limited to 'rfcomm')
-rw-r--r--rfcomm/lexer.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index 0c4dfee5..858e61d2 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -36,6 +36,7 @@
#include "kword.h"
#include "parser.h"
+#define YY_NO_INPUT
#define ECHO {;}
#define YY_DECL int yylex(void)