* 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:
Alexandre Duret-Lutz 2003-04-28 15:58:41 +00:00
parent 7cb2aa5b84
commit cc519254c5
3 changed files with 12 additions and 0 deletions

View file

@ -1,4 +1,5 @@
AM_CPPFLAGS = -I$(srcdir)/..
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
lib_LIBRARIES = libltlparse.a