diff options
author | Max Kellermann <max@duempel.org> | 2010-01-02 23:46:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-01-02 23:46:42 +0100 |
commit | f95d7b13da345936f5cc32321904e2a073fada95 (patch) | |
tree | 81f54e295c1c98b7ac21575edcefe63e1662430d /configure.ac | |
parent | 915182bcb855f114703ddbf8849047c1a9ca43c1 (diff) |
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 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]) |