diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-06 15:37:18 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-06 15:37:18 +0100 |
commit | a4be3bf914b0a3ab7ecba92e3a199310241f1197 (patch) | |
tree | 2ee4adb4f0209519c4c46f87d4dfbd23e431a527 | |
parent | 1a5bfd386fb23b0690fe99722ed46d2eb1608a85 (diff) |
Turn off deprecation warnings, this is a stable branch
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bbf27718e..6d64b2526 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]) |