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

Simon McVittie smcv at kemper.freedesktop.org
Mon Aug 27 04:04:45 PDT 2012


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

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 c914ac0..a499601 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