mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 04:50:11 +01:00
build: workaround -Wno-calloc-transposed-args warning in systemd code
Upstream systemd fixed this compiler warning. What really needs to be done, is re-importing the upstream code. In the meantime, suppress the warning that hits on GCC 14. This is a temporary workaround! See-also:fdd84270df(cherry picked from commitb1016e3be8) (cherry picked from commitdf879e6950) (cherry picked from commitfd63580c7c)
This commit is contained in:
parent
1673c995d9
commit
5f4dad89a9
2 changed files with 2 additions and 0 deletions
|
|
@ -1126,6 +1126,7 @@ NM_COMPILER_WARNINGS(AM_CFLAGS, ${more_warnings_default})
|
|||
|
||||
for w in \
|
||||
-Wno-nonnull-compare \
|
||||
-Wno-calloc-transposed-args \
|
||||
; do
|
||||
NM_COMPILER_WARNING_FLAG(LIBSYSTEMD_NM_CFLAGS, "$w")
|
||||
done
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ libnm_systemd_common_cflags = [ ]
|
|||
|
||||
libnm_systemd_common_cflags += cc.get_supported_arguments([
|
||||
'-Wno-nonnull-compare',
|
||||
'-Wno-calloc-transposed-args',
|
||||
])
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue