Code

configure.ac: disable -Wdeclaration-after-statement
authorMax Kellermann <max@duempel.org>
Sat, 19 Jun 2010 10:58:22 +0000 (12:58 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 19 Jun 2010 10:58:22 +0000 (12:58 +0200)
ncmpc requires a C99 compliant compiler, so let's allow this C99
extension, too.

configure.ac

index 3d17076bbaa3e01b9acfecf90dffba4a8fbf6e9b..1b014fc4bd4e04dec4f4460d5a341908a83d31a9 100644 (file)
@@ -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])