From: Max Kellermann Date: Sat, 19 Jun 2010 10:58:22 +0000 (+0200) Subject: configure.ac: disable -Wdeclaration-after-statement X-Git-Tag: release-0.17~8 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=9f5977b6a3dde154019ddbfd56e9bb92bf51ba7f configure.ac: disable -Wdeclaration-after-statement ncmpc requires a C99 compliant compiler, so let's allow this C99 extension, too. --- 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])