summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-29 02:09:58 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-29 13:34:55 +0100
commit03930e48636e86ad84946253ca2bf4f91deeb645 (patch)
treec2a31b86f06af0ea39f0f734f3cd853ae0822571 /configure.ac
parent76037baee04c262f5d02a9c43ec9110c82196f36 (diff)
Revert "build-sys: avoid warnings from assert_cc"
This reverts commit f1a1264d13b31b9f5521f482d9a5a9d78da55efb. We can turn this off with a pragma only on old gcc. Newer gcc doesn't need this, so let's not turn this off for everybody.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index db9440d73..6995e7840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,6 +125,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-Wold-style-definition \
-Wpointer-arith \
-Winit-self \
+ -Wdeclaration-after-statement \
-Wfloat-equal \
-Wmissing-prototypes \
-Wstrict-prototypes \