spot/src/eltlparse
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
..
.gitignore more files to ignore 2008-06-02 14:35:31 +02:00
eltlparse.yy Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
eltlscan.ll Fix copyrights. 2010-01-24 20:51:09 +01:00
fmterror.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
Makefile.am Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
parsedecl.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
public.hh More Doxygen fixes. 2010-01-31 20:57:02 +01:00