telepathy-salut: Disable deprecation warnings for the stable branch
Will Thompson
wjt at kemper.freedesktop.org
Fri Nov 16 08:17:25 PST 2012
Module: telepathy-salut
Branch: master
Commit: 18aa2dc53316a85be7f23d46190b44cb090d2c7f
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=18aa2dc53316a85be7f23d46190b44cb090d2c7f
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Fri Nov 16 15:06:25 2012 +0000
Disable deprecation warnings for the stable branch
---
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 98f459c..e75f2cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter])
+ unused-parameter \
+ deprecated-declarations])
AC_SUBST([ERROR_CFLAGS])
ifelse(salut_nano_version, 0,
More information about the telepathy-commits
mailing list