Add noexcept to various constructors related to graphs.
* m4/gccwarn.m4: Enable -Wnoexcept. * src/graph/graph.hh, src/twa/acc.hh, src/twa/twagraph.hh: Add noexcept to various constructors.
This commit is contained in:
parent
20365e53f0
commit
54935cb9c7
4 changed files with 34 additions and 23 deletions
|
|
@ -33,7 +33,8 @@ EOF
|
|||
Wwrite-strings \
|
||||
Wcast-qual \
|
||||
Wdocumentation \
|
||||
Wmissing-declarations
|
||||
Wmissing-declarations \
|
||||
Wnoexcept
|
||||
do
|
||||
CXXFLAGS="$cf_save_CXXFLAGS $ac_cv_prog_gxx_warn_flags -$cf_opt"
|
||||
if AC_TRY_EVAL(ac_compile); then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue