summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-17 11:53:26 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-09-17 11:53:26 +0100
commite79273e710e7c045542ff856f31ab6edbb29d5a8 (patch)
tree57942ec4b260c7e6c11065d0250e70ed6c5367be
parentbee265a2a8e37dc549bbbfcce9d7a67a298b07e7 (diff)
downloadtelepathy-glib-e79273e710e7c045542ff856f31ab6edbb29d5a8.tar.gz
Revert "Disable warnings about deprecated functions for stable branch"
This reverts commit d622628afac82b057fde9315cbb6e1cf022a3f3e.
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 564622a41..5c07d4143 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 -