summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-27 10:50:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-27 10:50:08 +0100
commitdf7276a652ac3f69e330f1fb8d126c229041ace0 (patch)
tree349e5e3b3ce0423465e6977a5d384dc99c400d4e
parent131248f8e1aec7b47e47e96d33122f4bfbcb66f2 (diff)
downloadtelepathy-mission-control-df7276a652ac3f69e330f1fb8d126c229041ace0.tar.gz
Don't warn on deprecated declarations, this is a stable branch.
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c914ac01..a4996019 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS],
init-self \
],
[missing-field-initializers \
+ deprecated-declarations \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])