]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Disable deprecation warnings for stable branch
authorSimon McVittie <smcv@collabora.com>
Mon, 30 Oct 2017 12:31:03 +0000 (12:31 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 22 Sep 2022 11:23:27 +0000 (12:23 +0100)
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>
(cherry picked from commit 93efaf78732176602e42cb8c8b25e19c3d538f1a)

configure.ac

index d105551406155113c76cb2a4519b75a66c474116..34ce41630dab255c52196746c7660ce5de163134 100644 (file)
@@ -321,9 +321,12 @@ fi
 dnl Intentional:
 dnl - $DISABLE_WARNINGS disables unused-label warnings if not
 dnl   checking or not asserting (tested further below)
+dnl - we are not going to stop using deprecated functions on a stable
+dnl   branch
 dnl - missing field initializers being 0 is a C feature, not a bug
 dnl - unused-parameter is to make writing callbacks less annoying
 DISABLE_WARNINGS="$DISABLE_WARNINGS
+                  -Wno-deprecated-declarations
                   -Wno-missing-field-initializers
                   -Wno-unused-parameter"