]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Disable deprecation warnings for stable branch
authorSimon McVittie <smcv@collabora.com>
Fri, 6 Dec 2024 13:43:04 +0000 (13:43 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 6 Dec 2024 13:43:04 +0000 (13:43 +0000)
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>
meson.build

index 33ed5c2ef4d819a9849a5e9b7e9ae3b88c3ca9aa..77d7bb1dff6b34aaa2d6b4e1f748715efe249ac2 100644 (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