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