summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 10:50:03 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-17 10:50:03 +0100
commitb09dadbdc54253cd680267aaac6b28f3bb689290 (patch)
tree578e901d01f9e76cff8b36e4da73f7a1fde9b28b
parent274396a192e911cb9c9ddb1de1e5fa67f3939714 (diff)
downloadtelepathy-haze-b09dadbdc54253cd680267aaac6b28f3bb689290.tar.gz
Disable warnings about deprecated functions for stable branch
Since this is (about to be) 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.9 branch.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b08b67..0ec8603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,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])