[Pkg-telepathy-commits] [telepathy-glib] 04/10: Disable warnings about deprecated functions for stable branch

Simon McVittie smcv at debian.org
Wed Mar 26 16:50:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit 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 -

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list