aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-02-23 09:01:53 +0100
committerMax Kellermann <max@duempel.org>2012-01-04 21:48:30 +0100
commit0d3ec9c324b616c2487e4ebdc9b8a1f14e6329f8 (patch)
tree481953e176cb0a0c906a28f14750d59c16005ba0
parent21caca4aeac78e6c791e6440e2003b2ab32bd37c (diff)
downloadmpd-0d3ec9c324b616c2487e4ebdc9b8a1f14e6329f8.tar.gz
mpd-0d3ec9c324b616c2487e4ebdc9b8a1f14e6329f8.tar.xz
mpd-0d3ec9c324b616c2487e4ebdc9b8a1f14e6329f8.zip
configure.ac: disable -Wno-deprecated-declarations
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d3f3c1e4..de4daf4b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])