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

Simon McVittie smcv at kemper.freedesktop.org
Wed Oct 2 11:00:54 PDT 2013


Module: telepathy-rakia
Branch: master
Commit: 999de507910e3e78d3c91e518318f123c10f346e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=999de507910e3e78d3c91e518318f123c10f346e

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 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 365d4c5..6cafaeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes],
    format-security \
    init-self],
   [missing-field-initializers \
-   unused-parameter])
+   unused-parameter \
+   deprecated-declarations])
 AC_SUBST([ERROR_CFLAGS])
 
 # these aren't really error flags but they serve a similar purpose for us -



More information about the telepathy-commits mailing list