summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-29 10:50:04 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-29 10:50:04 +0000
commita4317ba4c8a7d96075802f98db257378381ff288 (patch)
tree0efc72f17d77c191a79b4dc7c6c4ec3aaa043322
parente6cc5473ced56b4c3f54f4ed0ee41ed65bc702ee (diff)
downloadxine-lib-a4317ba4c8a7d96075802f98db257378381ff288.tar.gz
xine-lib-a4317ba4c8a7d96075802f98db257378381ff288.tar.bz2
Add warnings about missing format attributes.
CVS patchset: 8077 CVS date: 2006/06/29 10:50:04
-rw-r--r--configure.ac1
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")