summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-07 15:26:19 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-07 15:40:07 +0100
commit6f4aeea22388d325f056882224b87429da1e702c (patch)
treec7c78045276cf3ffbeda1fc5c990e7383467428d
parent9f6c4a07d6a3f4776dca92864fe356442b75d19c (diff)
Turn off deprecation warnings, 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 a24c3009d..c22601817 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno],
format-security \
init-self],
[missing-field-initializers \
+ deprecated-declarations \
unused-parameter])
AC_SUBST([ERROR_CFLAGS])