* 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
|
|
@ -25,7 +25,6 @@ EOF
|
|||
ac_cv_prog_gxx_warn_flags="-W -Wall"
|
||||
for cf_opt in \
|
||||
Wcast-align \
|
||||
Winline \
|
||||
Wpointer-arith \
|
||||
Wwrite-strings \
|
||||
Wstrict-prototypes \
|
||||
|
|
@ -43,4 +42,3 @@ EOF
|
|||
fi
|
||||
AC_SUBST([WARNING_CXXFLAGS], ["${ac_cv_prog_gxx_warn_flags}"])
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue