summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 14:10:19 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 14:10:19 +0300
commite14d43f764c5043e5907852e09d61db912ee49f2 (patch)
tree07e83e9cd541215af45c20a866c8012c67976492
parentc510959da57b20a316d388661c4a873d27c4dc8f (diff)
downloadmpv-e14d43f764c5043e5907852e09d61db912ee49f2.tar.bz2
mpv-e14d43f764c5043e5907852e09d61db912ee49f2.tar.xz
Remove -Wdeclaration-after-statement from CFLAGS
The warnings are pointless and clutter output.
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index bcaea9f153..a1ec5b4a98 100755
--- a/configure
+++ b/configure
@@ -7608,7 +7608,6 @@ cat > $TMPC << EOF
int main(void) { return 0; }
EOF
if test "$cc_vendor" = "gnu" ; then
- cc_check -Wdeclaration-after-statement && CFLAGS="-Wdeclaration-after-statement $CFLAGS"
cc_check -Wno-pointer-sign && CFLAGS="-Wno-pointer-sign $CFLAGS"
cc_check -Wdisabled-optimization && CFLAGS="-Wdisabled-optimization $CFLAGS"
fi