* 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
|
|
@ -1,4 +1,5 @@
|
|||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
|
||||
lib_LIBRARIES = libltlparse.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue