From 9f5977b6a3dde154019ddbfd56e9bb92bf51ba7f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Jun 2010 12:58:22 +0200 Subject: [PATCH] configure.ac: disable -Wdeclaration-after-statement ncmpc requires a C99 compliant compiler, so let's allow this C99 extension, too. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d17076..1b014fc 100644 --- a/configure.ac +++ b/configure.ac @@ -393,7 +393,6 @@ CHECK_CFLAG([-Wall]) CHECK_CFLAG([-Wextra]) CHECK_CFLAG([-Wno-deprecated-declarations]) CHECK_CFLAG([-Wmissing-prototypes]) -CHECK_CFLAG([-Wdeclaration-after-statement]) CHECK_CFLAG([-Wshadow]) CHECK_CFLAG([-Wpointer-arith]) CHECK_CFLAG([-Wstrict-prototypes]) -- 2.30.2