configure.ac: disable -Wdeclaration-after-statement
Allow declaration after statement.
This commit is contained in:
parent
8ba08edd0e
commit
e43bf52cbb
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user