telepathy-haze: Disable warnings about deprecated functions for stable branch

Simon McVittie smcv at kemper.freedesktop.org
Tue Sep 17 05:20:44 PDT 2013


Module: telepathy-haze
Branch: master
Commit: b09dadbdc54253cd680267aaac6b28f3bb689290
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=b09dadbdc54253cd680267aaac6b28f3bb689290

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 17 10:50:03 2013 +0100

Disable warnings about deprecated functions for stable branch

Since this is (about to be) a stable branch, we're unlikely to fix
uses of deprecated functions, so we shouldn't warn about them. To be
reverted in the 0.9 branch.

---

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5b08b67..0ec8603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test x$release = xno],
    format-security \
    init-self],
   [missing-field-initializers \
-   unused-parameter])
+   unused-parameter \
+   deprecated-declarations])
 AC_SUBST(ERROR_CFLAGS)
 
 AC_CHECK_HEADERS_ONCE([libintl.h])



More information about the telepathy-commits mailing list