[next] telepathy-glib: Disable warnings about deprecated functions for stable branch
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 26 10:35:16 PDT 2013
Module: telepathy-glib
Branch: next
Commit: 5e6b1349960e4983afca1630084daac94a544db8
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=5e6b1349960e4983afca1630084daac94a544db8
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 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7dcf69d..d66c8b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,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