spot/src/evtgbaparse
Alexandre Duret-Lutz fe535a1594 Fix "unused function" warnings reported by clang++.
* src/evtgbaparse/Makefile.am, src/ltlparse/Makefile.am,
src/neverparse/Makefile.am, src/tgbaparse/Makefile.am
(AM_CPPFLAGS): Define -DYY_NO_INPUT so that the unused yyinput()
function does not get compiled.
* src/eltlparse/Makefile.am (AM_CPPFLAGS): Likewise.
(AM_CXXFLAGS): Also enable warnings.
* src/eltlparse/eltlparse.yy: Move helper functions from
the "%code requires" block to the "%code" block, so that they
do not appear in the eltlparse.hh file (which is included in
two places...).
* iface/nips/nips.cc (search_error_callback_assert): Comment
this unused function.
2011-01-12 18:44:29 +01:00
..
.cvsignore Preliminary support for Event-based GBA. 2004-10-22 16:22:31 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
evtgbaparse.yy Modernize Bison parsers. 2010-04-08 11:53:34 +02:00
evtgbascan.ll * src/evtgbatest/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll, 2008-02-25 14:36:58 +01:00
fmterror.cc * src/evtgbaparse/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll, 2005-02-01 18:03:00 +00:00
Makefile.am Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
parsedecl.hh * src/evtgbatest/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll, 2008-02-25 14:36:58 +01:00
public.hh * src/evtgbaparse/public.hh: Work around Bison 2.3 unique guards. 2008-02-25 14:36:59 +01:00