From a4317ba4c8a7d96075802f98db257378381ff288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 29 Jun 2006 10:50:04 +0000 Subject: Add warnings about missing format attributes. CVS patchset: 8077 CVS date: 2006/06/29 10:50:04 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3