# Wextra does not turn those on?
flags="$flags -Wmissing-prototypes -Wpointer-arith -Wendif-labels"
flags="$flags -Wdeclaration-after-statement -Wold-style-definition"
- flags="$flags -Wstrict-prototypes -Wundef -Wformat -Wnonnull"
+ flags="$flags -Wstrict-prototypes -Wundef -Wformat -Wnonnull -Wstrict-overflow"
for f in $flags; do
CFLAGS="$good_CFLAGS $warnings $f"
AC_COMPILE_IFELSE([void foo(void){}], [warnings="$warnings $f"])