diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-16 15:06:25 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-11-16 15:06:25 +0000 |
commit | 18aa2dc53316a85be7f23d46190b44cb090d2c7f (patch) | |
tree | 5994aff9ea1b1fa2f9422af2791cfd0af400ce88 | |
parent | 3227538bb99ccf695aa03efc25a76a7a23d29cbd (diff) | |
download | telepathy-salut-18aa2dc53316a85be7f23d46190b44cb090d2c7f.tar.gz |
Disable deprecation warnings for the stable branch
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 98f459c0..e75f2cb7 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test "x$official_release" = xno], format-security \ init-self], [missing-field-initializers \ - unused-parameter]) + unused-parameter \ + deprecated-declarations]) AC_SUBST([ERROR_CFLAGS]) ifelse(salut_nano_version, 0, |