1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-27 21:49:55 +03:00

build-sys: don't suppress irrelevant warnings

We do not trigger these warnings so no need to suppress them.
This commit is contained in:
Thomas Hindoe Paaboel Andersen
2015-06-02 22:39:07 +02:00
parent 02776da6ec
commit 00c11bc53a

View File

@ -149,7 +149,6 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-pipe \ -pipe \
-Wall \ -Wall \
-Wextra \ -Wextra \
-Wno-inline \
-Wundef \ -Wundef \
"-Wformat=2 -Wformat-security -Wformat-nonliteral" \ "-Wformat=2 -Wformat-security -Wformat-nonliteral" \
-Wlogical-op \ -Wlogical-op \
@ -169,11 +168,8 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-Wendif-labels \ -Wendif-labels \
-Wstrict-aliasing=2 \ -Wstrict-aliasing=2 \
-Wwrite-strings \ -Wwrite-strings \
-Wno-long-long \
-Wno-overlength-strings \
-Wno-unused-parameter \ -Wno-unused-parameter \
-Wno-missing-field-initializers \ -Wno-missing-field-initializers \
-Wno-unused-result \
-Wno-format-signedness \ -Wno-format-signedness \
-Werror=overflow \ -Werror=overflow \
-Wdate-time \ -Wdate-time \