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

Simon McVittie smcv at kemper.freedesktop.org
Wed Mar 26 09:48:25 PDT 2014


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Apr  6 12:33:21 2010 +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.

---

 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index be32382..7060a91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,7 +117,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