summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-16 16:49:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-16 16:49:57 +0100
commit50f936b83a8a5970f981bbe2a6b318b3d51adebe (patch)
treead01b84ea31ad2039d9107714524d2374fee5d52
parent3433a7b4ae90f0f61d4fef130631e88f066fd26a (diff)
downloadtelepathy-mission-control-50f936b83a8a5970f981bbe2a6b318b3d51adebe.tar.gz
Don't warn about deprecated declarations
This is about to be a stable branch, so we're not going to fix any uses of newly-deprecated functions in future. (To be reverted in master after branching for 5.6.)
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 420e7c5a..80679356 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS],
format-security \
init-self \
],
- [missing-field-initializers \
+ [deprecated-declarations \
+ missing-field-initializers \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])