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>
# 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