summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 14:16:45 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 14:16:45 +0200
commited011cd34e0a3c8b6e6fbf6a695b62f0a0177d02 (patch)
treef859fbdff336e700c5cb6ae347facebea8bd280e /configure.ac
parentaba81b8599fca976d3d0313043d3ad2c1ce7d106 (diff)
downloadtelepathy-glib-ed011cd34e0a3c8b6e6fbf6a695b62f0a0177d02.tar.gz
Revert "Disable warnings about deprecated functions for stable branch"
This reverts commit 74b79c60c152d7ac49f091c88c2001a6dcec93f1.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 51aa21e1e..78052d82e 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 -