* src/tgbatest/ltl2tgba.cc (main): Fix another gcc warning in case

assert() is disabled.
This commit is contained in:
Alexandre Duret-Lutz 2004-08-10 16:01:14 +00:00
parent 7818321589
commit 11762deafc
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2004-08-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/ltl2tgba.cc (main): Fix another gcc warning in case
assert() is disabled.
* src/Makefile.am (nodist_EXTRA_libspot_la_SOURCES): New variable,
to force C++ linking.