Disable deprecation warnings for stable branch

We're not going to replace deprecated functions here, similar to commit
88e0ccb2 in the dbus-1.10 branch.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-12-06 13:43:04 +00:00
parent a6df11430b
commit 76a68867f8

View file

@ -1149,6 +1149,8 @@ else
# a fixed signature but do not necessarily need all of its parameters
'-Wno-missing-field-initializers',
'-Wno-unused-parameter',
# We are not going to stop using deprecated functions on a stable branch
'-Wno-deprecated-declarations',
# General warnings for both C and C++
# TODO: Some of these are probably redundant with Meson's warning_level