From 8cd91fabf958306039645b2276e463eee14d9ea3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 23 Feb 2011 09:01:53 +0100 Subject: configure.ac: disable -Wno-deprecated-declarations --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index afe89fd04..89b5ce321 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]) -- cgit v1.2.3