diff options
author | Max Kellermann <max@duempel.org> | 2010-01-02 23:46:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-17 02:36:03 +0100 |
commit | e43bf52cbbb5fc9685587d8afcd51537b2b51723 (patch) | |
tree | 3d1a7c63320558ed0085661b48b37d31c54c0955 /configure.ac | |
parent | 8ba08edd0ef5babfee4e603b62e748f15646019b (diff) | |
download | mpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.tar.gz mpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.tar.xz mpd-e43bf52cbbb5fc9685587d8afcd51537b2b51723.zip |
configure.ac: disable -Wdeclaration-after-statement
Allow declaration after statement.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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]) |