telepathy-haze: Revert " Disable warnings about deprecated functions for stable branch"
Xavier Claessens
xclaesse at kemper.freedesktop.org
Mon May 27 05:57:25 PDT 2013
Module: telepathy-haze
Branch: master
Commit: 54ff4b44fb9cad660df9732cabff04ecc34729ca
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=54ff4b44fb9cad660df9732cabff04ecc34729ca
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Mon May 27 14:50:11 2013 +0200
Revert "Disable warnings about deprecated functions for stable branch"
This reverts commit ae048ead88ae7e65372093d92af0cbedbf7d5c17.
---
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 07e3c8c..c0e50a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,8 +61,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test x$release = xno],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter \
- deprecated-declarations])
+ unused-parameter])
AC_SUBST(ERROR_CFLAGS)
AC_CHECK_HEADERS_ONCE([libintl.h])
More information about the telepathy-commits
mailing list