Explorar el Código

Removed unused flex functions.

AdrianSimionov hace 10 años
padre
commit
4b2a9d953b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/docsis_lex.l

+ 2 - 0
src/docsis_lex.l

@@ -40,6 +40,8 @@
  */
 
 %option noyywrap
+%option noinput
+%option nounput
 
 %{
 #include "docsis.h"