From: Zbigniew Jędrzejewski-Szmek Date: Thu, 28 Nov 2013 08:41:33 +0000 (-0500) Subject: build-sys: avoid warnings from assert_cc X-Git-Tag: v209~1256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1a1264d13b31b9f5521f482d9a5a9d78da55efb;p=thirdparty%2Fsystemd.git build-sys: avoid warnings from assert_cc --- diff --git a/configure.ac b/configure.ac index c0656f4fb33..f1b00c5aee7 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,6 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wold-style-definition \ -Wpointer-arith \ -Winit-self \ - -Wdeclaration-after-statement \ -Wfloat-equal \ -Wmissing-prototypes \ -Wstrict-prototypes \