Skip to content

Commit 1533c97

Browse files
committed
cmdlex.l:fix some warnings (yyunput, input defined but not used [-Wunused-function])
1 parent 978848f commit 1533c97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cmdlex.l

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
%option noinput
2+
%option nounput
13
%{ /* -*- fundamental -*- */
24
/* lexer spec. for modemu2k command mode */
35
#include "cmdlex.h" /*Cmdstat*/

0 commit comments

Comments
 (0)