* m4/gccwarn.m4: Do not use -Winline, this is inappropriate
with STL. * src/ltlast/atomic_prop.cc, src/ltlvisit/lunabbrev.cc, src/ltlvisit/nenoform.cc: Include <cassert>.
This commit is contained in:
parent
dc6efb0c40
commit
557c86b65b
5 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2003-05-23 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* m4/gccwarn.m4: Do not use -Winline, this is inappropriate
|
||||||
|
with STL.
|
||||||
|
* src/ltlast/atomic_prop.cc, src/ltlvisit/lunabbrev.cc,
|
||||||
|
src/ltlvisit/nenoform.cc: Include <cassert>.
|
||||||
|
|
||||||
2003-05-16 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-05-16 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
* src/ltlvisit/dotty.cc: Rewrite to display formulae as
|
* src/ltlvisit/dotty.cc: Rewrite to display formulae as
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ EOF
|
||||||
ac_cv_prog_gxx_warn_flags="-W -Wall"
|
ac_cv_prog_gxx_warn_flags="-W -Wall"
|
||||||
for cf_opt in \
|
for cf_opt in \
|
||||||
Wcast-align \
|
Wcast-align \
|
||||||
Winline \
|
|
||||||
Wpointer-arith \
|
Wpointer-arith \
|
||||||
Wwrite-strings \
|
Wwrite-strings \
|
||||||
Wstrict-prototypes \
|
Wstrict-prototypes \
|
||||||
|
|
@ -43,4 +42,3 @@ EOF
|
||||||
fi
|
fi
|
||||||
AC_SUBST([WARNING_CXXFLAGS], ["${ac_cv_prog_gxx_warn_flags}"])
|
AC_SUBST([WARNING_CXXFLAGS], ["${ac_cv_prog_gxx_warn_flags}"])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include "atomic_prop.hh"
|
#include "atomic_prop.hh"
|
||||||
#include "visitor.hh"
|
#include "visitor.hh"
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
#include "ltlvisit/clone.hh"
|
#include "ltlvisit/clone.hh"
|
||||||
#include "lunabbrev.hh"
|
#include "lunabbrev.hh"
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include "nenoform.hh"
|
#include "nenoform.hh"
|
||||||
#include "ltlast/allnodes.hh"
|
#include "ltlast/allnodes.hh"
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue