mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 09:10:07 +01:00
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:
parent
a6df11430b
commit
76a68867f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue