configure.ac: disable -Wno-deprecated-declarations

This commit is contained in:
Max Kellermann 2011-02-23 09:01:53 +01:00
parent 21caca4aea
commit 0d3ec9c324
1 changed files with 0 additions and 1 deletions

View File

@ -1496,7 +1496,6 @@ if test x$GCC = xyes
then
MPD_CHECK_FLAG([-Wall])
MPD_CHECK_FLAG([-Wextra])
MPD_CHECK_FLAG([-Wno-deprecated-declarations])
MPD_CHECK_FLAG([-Wmissing-prototypes])
MPD_CHECK_FLAG([-Wshadow])
MPD_CHECK_FLAG([-Wpointer-arith])