summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-27 14:36:10 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-27 14:36:10 +0200
commitae048ead88ae7e65372093d92af0cbedbf7d5c17 (patch)
tree295880d83feac382844476ac93ca5829e9900531
parent92d963e9fbfcfd0c3087c7ce2b2269a73ebe258d (diff)
downloadtelepathy-haze-0.6.tar.gz
Disable warnings about deprecated functions for stable branchtelepathy-haze-0.6
Since this is a stable branch, we're unlikely to fix uses of deprecated functions, so we shouldn't warn about them. To be reverted in the 0.7 branch.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0709f5..9931927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test x$release = xno],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter])
+ unused-parameter \
+ deprecated-declarations])
AC_SUBST(ERROR_CFLAGS)
AC_CHECK_HEADERS_ONCE([libintl.h])