spot/iface/nips
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
..
nips_vm [iface/nips/nips_vm] 2010-11-27 14:31:04 +01:00
nipstest Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
.gitignore more files to ignore 2008-06-02 14:35:31 +02:00
common.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
common.hh Fix copyrights. 2010-01-24 20:51:09 +01:00
compile.sh NIPS VM added to the SPOT distribution. 2008-05-30 13:22:00 +02:00
dottynips.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
emptiness_check.cc dottynips.cc, emptiness_check.cc: Include ctsdlib for exit() 2008-06-11 17:14:44 +02:00
Makefile.am Fix copyrights. 2010-01-24 20:51:09 +01:00
nips.cc Fix "unused function" warnings reported by clang++. 2011-01-12 18:44:29 +01:00
nips.hh Fix copyrights. 2010-01-24 20:51:09 +01:00