summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-24 21:16:10 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-24 21:16:10 +0200
commitb36518dcf457f5655c75c978bffed08dcd9535d6 (patch)
tree31080e7016455eb548ed8925eaac00a66c964a20 /configure
parentfc66e231541b91b22f6e0d8257991cc5343db8d5 (diff)
configure: Add -Wno-format-zero-length to CFLAGS.
The C standard specifies that zero-length format strings are allowed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f557482c18..e20bb064a4 100755
--- a/configure
+++ b/configure
@@ -2978,6 +2978,7 @@ check_cflags -Wdeclaration-after-statement
check_cflags -Wall
check_cflags -Wno-parentheses
check_cflags -Wno-switch
+check_cflags -Wno-format-zero-length
check_cflags -Wdisabled-optimization
check_cflags -Wpointer-arith
check_cflags -Wredundant-decls