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 8ba08edd0e
commit e43bf52cbb

View File

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