]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Don't warn about deprecated declarations in this stable branch
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 23 Jan 2012 11:13:42 +0000 (11:13 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 23 Jan 2012 11:13:42 +0000 (11:13 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44413

configure.ac

index 23e886f985bce59e42c1bd0a26bd3ee2791bb407..f623948dfb0ddea6026f329c12d31b0711e17036 100644 (file)
@@ -1232,9 +1232,13 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS],
   dnl disable these warnings if possible, make them non-fatal if possible,
   dnl and don't enable -Werror unless we succeeded:
   dnl (unused is by design, sign-compare and pointer-sign are fd.o #17433)
+  dnl
+  dnl Because this is a stable branch, we're also not going to fix any
+  dnl uses of deprecated functions.
   [unused \
    sign-compare \
    pointer-sign \
+   deprecated-declarations \
   ])
 
 if test "x$GCC" = "xyes"; then