summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 17:40:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 17:41:58 +0100
commit9d74acccde6b41a9e06c115def43bbea77efacf9 (patch)
treef1c117b215df8a7d6a74513ecd7f2cdb7ae2377a
parent41f675da7cd97b9a3771881c22788e73eb99f99a (diff)
downloadtelepathy-mission-control-9d74acccde6b41a9e06c115def43bbea77efacf9.tar.gz
Don't warn on deprecated declarations, this is a stable branch.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6e523e3e..c0581c85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,6 +74,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS],
init-self \
],
[missing-field-initializers \
+ deprecated-declarations \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])