telepathy-mission-control: Don't warn on deprecated declarations, this is a stable branch.

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Oct 3 06:20:53 PDT 2012


Module: telepathy-mission-control
Branch: master
Commit: 4e5a187773cb34de567e3cf90d62710830bbd876
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=4e5a187773cb34de567e3cf90d62710830bbd876

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Aug 27 10:50:08 2012 +0100

Don't warn on deprecated declarations, this is a stable branch.

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>

---

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index f95b62f..1d93e54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,6 +73,7 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS],
    init-self \
    ],
   [missing-field-initializers \
+   deprecated-declarations \
    unused-parameter])
 AC_SUBST([ERROR_CFLAGS])
 



More information about the telepathy-commits mailing list