* 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:
Alexandre Duret-Lutz 2003-05-23 11:51:20 +00:00
parent dc6efb0c40
commit 557c86b65b
5 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#include "ltlast/allnodes.hh"
#include "ltlvisit/clone.hh"
#include "lunabbrev.hh"
#include <cassert>
namespace spot
{

View file

@ -1,5 +1,6 @@
#include "nenoform.hh"
#include "ltlast/allnodes.hh"
#include <cassert>
namespace spot
{