From c58131be77b4b54dfc704db07fec7e07b3ba9cd6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 25 Feb 2013 11:24:46 +0000 Subject: [PATCH 1/6] Turn off deprecation warnings, this is a stable branch Also do the same for our Wocky and Yell submodules, by applying the corresponding patches to them. Signed-off-by: Simon McVittie --- configure.ac | 1 + lib/ext/telepathy-yell | 2 +- lib/ext/wocky | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9a93821..9d85c38 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,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]) diff --git a/lib/ext/telepathy-yell b/lib/ext/telepathy-yell index e119ea5..08f07ba 160000 --- a/lib/ext/telepathy-yell +++ b/lib/ext/telepathy-yell @@ -1 +1 @@ -Subproject commit e119ea5c68389142ee328c694cdf08eaae4720f0 +Subproject commit 08f07bae621697528f3626c7c9eda12f2c2a9075 diff --git a/lib/ext/wocky b/lib/ext/wocky index d9b8d27..de53220 160000 --- a/lib/ext/wocky +++ b/lib/ext/wocky @@ -1 +1 @@ -Subproject commit d9b8d27706b6764439c8d4bf1142bc9aa3bac3f1 +Subproject commit de532206b79e3b4b1942f8b449e9b68e2e6597ea -- 1.7.10.4