summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-27 10:50:08 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 15:18:06 +0200
commit4e5a187773cb34de567e3cf90d62710830bbd876 (patch)
tree9b1cc59e52e49e5c8244cf08b81d542bd3f00225
parent5f156149b05e7b5ab9e54eeee729136d9d59128c (diff)
downloadtelepathy-mission-control-4e5a187773cb34de567e3cf90d62710830bbd876.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 f95b62f1..1d93e546 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])