Add flex option to stop warning about unused yyunput().
parent
c5c437e25b
commit
5a446b0cd8
|
@ -18,7 +18,7 @@
|
|||
* USA
|
||||
*/
|
||||
|
||||
%option noyywrap
|
||||
%option noyywrap nounput
|
||||
|
||||
%x CELLDATA
|
||||
%x BYTESTRING
|
||||
|
|
Loading…
Reference in New Issue