aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-01-02 23:46:42 +0100
committerMax Kellermann <max@duempel.org>2010-01-02 23:46:42 +0100
commitf95d7b13da345936f5cc32321904e2a073fada95 (patch)
tree81f54e295c1c98b7ac21575edcefe63e1662430d
parent915182bcb855f114703ddbf8849047c1a9ca43c1 (diff)
downloadmpd-f95d7b13da345936f5cc32321904e2a073fada95.tar.gz
mpd-f95d7b13da345936f5cc32321904e2a073fada95.tar.xz
mpd-f95d7b13da345936f5cc32321904e2a073fada95.zip
configure.ac: disable -Wdeclaration-after-statement
Allow declaration after statement.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 15fc7549d..65d59ec4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1302,7 +1302,6 @@ then
MPD_CHECK_FLAG([-Wextra])
MPD_CHECK_FLAG([-Wno-deprecated-declarations])
MPD_CHECK_FLAG([-Wmissing-prototypes])
- MPD_CHECK_FLAG([-Wdeclaration-after-statement])
MPD_CHECK_FLAG([-Wshadow])
MPD_CHECK_FLAG([-Wpointer-arith])
MPD_CHECK_FLAG([-Wstrict-prototypes])