diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index db51d2072..60d92cbae 100644 --- a/configure.ac +++ b/configure.ac @@ -2303,6 +2303,7 @@ AC_TRY_CFLAGS("-Wformat=2", wformat="-Wformat=2") if test "x$wformat" != "x"; then AC_TRY_CFLAGS("-Wno-format-zero-length", wformat="$wformat -Wno-format-zero-length") fi +AC_TRY_CFLAGS("-Wmissing-format-attribute", wformat="$wformat -Wmissing-format-attribute") CFLAGS="$CFLAGS $wformat" AC_TRY_CFLAGS("-Wstrict-aliasing", wsa="-Wstrict-aliasing") |