diff --git a/configure.ac b/configure.ac index f0689070..44cf7cd5 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ if test "$enable_gcc_warnings" = yes; then warn_common='-Wall -Wextra -Wcast-align -fparse-all-comments -Wdocumentation -Wformat -Wimplicit-fallthrough -Wnull-dereference - -Wno-sign-compare -Wno-tautological-constant-out-of-range-compare -Wno-type-limits + -Wno-sign-compare -Wno-tautological-constant-out-of-range-compare -Wpointer-arith -Wshadow -Wwrite-strings' warn_c='-Wbad-function-cast -Wstrict-prototypes' @@ -119,7 +119,7 @@ if test "$enable_gcc_warnings" = yes; then # details for lalr1.cc. warn_tests='-Wundef -pedantic -Wconversion -Wdeprecated -Wsign-compare -Wsign-conversion - -Wtautological-constant-out-of-range-compare -Wtype-limits + -Wtautological-constant-out-of-range-compare -fno-color-diagnostics -Wno-keyword-macro'