X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e85056ef5fe3ddf7563a217b941c27de7d7b3cb5..ef51bfa744db744dc4b2eff1ba9d6334c807f8e6:/configure.ac?ds=inline diff --git a/configure.ac b/configure.ac index 78f641d3..210002b2 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ if test "$enable_gcc_warnings" = yes; then -Wcast-qual -Wformat -Wpointer-arith -Wwrite-strings' warn_c='-Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wstrict-prototypes' - warn_cxx='' + warn_cxx='-Wnoexcept -Wzero-as-null-pointer-constant' AC_LANG_PUSH([C]) for i in $warn_common $warn_c; do