aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-02-23 09:01:53 +0100
committerMax Kellermann <max@duempel.org>2011-02-23 09:01:53 +0100
commit8cd91fabf958306039645b2276e463eee14d9ea3 (patch)
tree0eca6b87dc89e44c11fb640383fc356280672c89 /configure.ac
parente0580ee3853e3f3012fdf0c31e0fbc554e39c105 (diff)
configure.ac: disable -Wno-deprecated-declarations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index afe89fd0..89b5ce32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1490,7 +1490,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])