configure.ac: disable -Wno-deprecated-declarations
This commit is contained in:
parent
e0580ee385
commit
8cd91fabf9
@ -1490,7 +1490,6 @@ if test x$GCC = xyes
|
|||||||
then
|
then
|
||||||
MPD_CHECK_FLAG([-Wall])
|
MPD_CHECK_FLAG([-Wall])
|
||||||
MPD_CHECK_FLAG([-Wextra])
|
MPD_CHECK_FLAG([-Wextra])
|
||||||
MPD_CHECK_FLAG([-Wno-deprecated-declarations])
|
|
||||||
MPD_CHECK_FLAG([-Wmissing-prototypes])
|
MPD_CHECK_FLAG([-Wmissing-prototypes])
|
||||||
MPD_CHECK_FLAG([-Wshadow])
|
MPD_CHECK_FLAG([-Wshadow])
|
||||||
MPD_CHECK_FLAG([-Wpointer-arith])
|
MPD_CHECK_FLAG([-Wpointer-arith])
|
||||||
|
Loading…
Reference in New Issue
Block a user