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-17 02:36:03 +0100
commite43bf52cbbb5fc9685587d8afcd51537b2b51723 (patch)
tree3d1a7c63320558ed0085661b48b37d31c54c0955
parent8ba08edd0ef5babfee4e603b62e748f15646019b (diff)
downloadmpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.tar.gz
mpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.tar.xz
mpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.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 9a21209b5..ebb980090 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1139,7 +1139,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])