[next] telepathy-glib: Disable warnings about deprecated functions for stable branch
Simon McVittie
smcv at kemper.freedesktop.org
Mon Oct 8 08:23:35 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 74b79c60c152d7ac49f091c88c2001a6dcec93f1
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=74b79c60c152d7ac49f091c88c2001a6dcec93f1
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.
To be reverted in the 0.21 branch.
---
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index fb774a7..eb65e3e 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