diff --git a/cf/wflags.m4 b/cf/wflags.m4 index 8e3b77ae3..f610ac61e 100644 --- a/cf/wflags.m4 +++ b/cf/wflags.m4 @@ -18,6 +18,7 @@ if test -z "$WFLAGS" -a "$GCC" = "yes"; then # -Wcast-align doesn't work well on alpha osf/1 # -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast # -Wmissing-declarations -Wnested-externs + # -Wstrict-overflow=5 WFLAGS="ifelse($#, 0,-Wall, $1) $dwflags" WFLAGS_NOUNUSED="-Wno-unused" WFLAGS_NOIMPLICITINT="-Wno-implicit-int"