telepathy-gabble: Turn off deprecation warnings, this is a stable branch
Simon McVittie
smcv at kemper.freedesktop.org
Fri Aug 9 09:28:21 PDT 2013
Module: telepathy-gabble
Branch: master
Commit: a4be3bf914b0a3ab7ecba92e3a199310241f1197
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a4be3bf914b0a3ab7ecba92e3a199310241f1197
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Aug 6 15:37:18 2013 +0100
Turn off deprecation warnings, this is a stable branch
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index bbf2771..6d64b25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno],
format-security \
init-self],
[missing-field-initializers \
+ deprecated-declarations \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])
More information about the telepathy-commits
mailing list