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:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user