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:26:19 +0100
commit1febd38900f236bd3ed61c9c72f8259a4b1b3ba2 (patch)
tree9100b13fcc61830cea032c7db140b2877ef80745
parent39dd9c5a2a5f007d4d38136c2acede99d96d61e2 (diff)
Turn off deprecation warnings, this is a stable branch016-camera-v1-54634
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])