diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-28 03:41:33 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-28 03:43:07 -0500 |
commit | f1a1264d13b31b9f5521f482d9a5a9d78da55efb (patch) | |
tree | 6bf2eb5d93ca1a44d0562351a731647ada22b142 | |
parent | d3822b3b074383babdbde92862abc0776bc4d97a (diff) |
build-sys: avoid warnings from assert_cc
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c0656f4fb3..f1b00c5aee 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 \ |