From f95d7b13da345936f5cc32321904e2a073fada95 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 2 Jan 2010 23:46:42 +0100 Subject: configure.ac: disable -Wdeclaration-after-statement Allow declaration after statement. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 15fc7549d..65d59ec4c 100644 --- a/configure.ac +++ b/configure.ac @@ -1302,7 +1302,6 @@ then MPD_CHECK_FLAG([-Wextra]) MPD_CHECK_FLAG([-Wno-deprecated-declarations]) MPD_CHECK_FLAG([-Wmissing-prototypes]) - MPD_CHECK_FLAG([-Wdeclaration-after-statement]) MPD_CHECK_FLAG([-Wshadow]) MPD_CHECK_FLAG([-Wpointer-arith]) MPD_CHECK_FLAG([-Wstrict-prototypes]) -- cgit v1.2.3