mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
configure.ac: combine --Wformat* options into one argument
https://bugs.freedesktop.org/show_bug.cgi?id=59621
This commit is contained in:
parent
c93350728e
commit
780040dc2a
@ -130,12 +130,10 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
|
||||
-Wextra \
|
||||
-Wno-inline \
|
||||
-Wundef \
|
||||
-Wformat=2 \
|
||||
"-Wformat=2 -Wformat-security -Wformat-nonliteral" \
|
||||
-Wlogical-op \
|
||||
-Wsign-compare \
|
||||
-Wformat-security \
|
||||
-Wmissing-include-dirs \
|
||||
-Wformat-nonliteral \
|
||||
-Wold-style-definition \
|
||||
-Wpointer-arith \
|
||||
-Winit-self \
|
||||
|
Loading…
Reference in New Issue
Block a user