configure.ac: disable -Wdeclaration-after-statement

Allow declaration after statement.
This commit is contained in:
Max Kellermann 2010-01-02 23:46:42 +01:00
parent 915182bcb8
commit f95d7b13da

View File

@ -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])