mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
Revert "build-sys: avoid warnings from assert_cc"
This reverts commit f1a1264d13
.
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.
This commit is contained in:
parent
76037baee0
commit
03930e4863
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user