summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-28 11:32:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-10-28 11:32:22 +0100
commitc985966a10599219bf52d21aebdf203d669c8c60 (patch)
tree74aa43f7e4ee844211359762faf90b68267cdab5 /configure
parentf0e43e60cd09bf68b4d6e6ab9b56f690b61ee068 (diff)
parentde6061203e2d509579ab110fb1873aade34320f5 (diff)
Merge commit 'de6061203e2d509579ab110fb1873aade34320f5'
* commit 'de6061203e2d509579ab110fb1873aade34320f5': configure: Disable -Wmaybe-uninitialized by default 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 46a9adef37..24affaa46f 100755
--- a/configure
+++ b/configure
@@ -4430,6 +4430,7 @@ check_cflags -Wmissing-prototypes
check_cflags -Wno-pointer-to-int-cast
check_cflags -Wstrict-prototypes
enabled extra_warnings && check_cflags -Winline
+enabled extra_warnings || check_cflags -Wno-maybe-uninitialized
# add some linker flags
check_ldflags -Wl,--warn-common