[next] telepathy-glib: Revert " Disable warnings about deprecated functions for stable branch"

Simon McVittie smcv at kemper.freedesktop.org
Mon Oct 8 08:23:38 PDT 2012


Module: telepathy-glib
Branch: next
Commit: ed011cd34e0a3c8b6e6fbf6a695b62f0a0177d02
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=ed011cd34e0a3c8b6e6fbf6a695b62f0a0177d02

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Oct  3 14:16:45 2012 +0200

Revert "Disable warnings about deprecated functions for stable branch"

This reverts commit 74b79c60c152d7ac49f091c88c2001a6dcec93f1.

---

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 51aa21e..78052d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,8 +116,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