* src/ltlparse/Makefile.am (CXXFLAGS): Turn on GCC warnings
now that CVS Bison is fixed. * src/ltlparse/ltlscan.ll: Use yyunput to shut up a GCC warning.
This commit is contained in:
parent
7cb2aa5b84
commit
cc519254c5
3 changed files with 12 additions and 0 deletions
|
|
@ -70,3 +70,8 @@ flex_set_buffer(const char *buf)
|
|||
. return *yytext;
|
||||
|
||||
<<EOF>> return END_OF_INPUT;
|
||||
|
||||
%{
|
||||
/* Dummy use of yyunput to shut up a gcc warning. */
|
||||
(void) &yyunput;
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue