From 0d3ec9c324b616c2487e4ebdc9b8a1f14e6329f8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 23 Feb 2011 09:01:53 +0100 Subject: [PATCH] configure.ac: disable -Wno-deprecated-declarations --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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])