diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-29 02:09:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-29 13:34:55 +0100 |
commit | 03930e48636e86ad84946253ca2bf4f91deeb645 (patch) | |
tree | c2a31b86f06af0ea39f0f734f3cd853ae0822571 | |
parent | 76037baee04c262f5d02a9c43ec9110c82196f36 (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.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index db9440d73a..6995e78406 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 \ |