[next] telepathy-glib: Revert " Disable warnings about deprecated functions for stable branch"
Simon McVittie
smcv at kemper.freedesktop.org
Wed Sep 17 05:22:51 PDT 2014
Module: telepathy-glib
Branch: next
Commit: e79273e710e7c045542ff856f31ab6edbb29d5a8
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e79273e710e7c045542ff856f31ab6edbb29d5a8
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Sep 17 11:53:26 2014 +0100
Revert "Disable warnings about deprecated functions for stable branch"
This reverts commit d622628afac82b057fde9315cbb6e1cf022a3f3e.
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 564622a..5c07d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,8 +117,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$enable_fatal_warnings" = xyes],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter \
- deprecated-declarations])
+ unused-parameter])
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