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

Xavier Claessens xclaesse at kemper.freedesktop.org
Mon May 27 05:57:25 PDT 2013


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

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon May 27 14:36:10 2013 +0200

Disable warnings about deprecated functions for stable branch

Since this is 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.7 branch.

---

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

diff --git a/configure.ac b/configure.ac
index d0709f5..9931927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,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