summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-06-25 04:04:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-06-25 04:32:49 +0200
commitdca3542d35c8b1769f9fd32641567ffa2346327e (patch)
tree4404c61d6ed7789726ca7ee9203795c9474cff36 /configure
parente65d6e22e300e286bcc27443df8449aaf9d062dd (diff)
parentb36518dcf457f5655c75c978bffed08dcd9535d6 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Add -Wno-format-zero-length to CFLAGS. udp: Receive on the remote port number, if no local port is set Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e285e16545..81f056f695 100755
--- a/configure
+++ b/configure
@@ -3035,6 +3035,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