summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 16:55:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-13 12:34:23 +0100
commit892174994149b1266f266833f90e73e6a727945c (patch)
tree33cf49a62bcfc1162ee9c818fa70e1149c3285aa
parentc992c64af097576d1023dc793a6d4752360ff564 (diff)
downloadtelepathy-glib-892174994149b1266f266833f90e73e6a727945c.tar.gz
Don't make g-ir-scanner warnings fatal on this stable branch
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--telepathy-glib/introspection.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
index 2c7bebc8d..8c4cfd061 100644
--- a/telepathy-glib/introspection.am
+++ b/telepathy-glib/introspection.am
@@ -76,12 +76,6 @@ TelepathyGLib_0_12_gir_FILES = \
_gen/telepathy-interfaces.h \
$(NULL)
-if OFFICIAL_RELEASE
-SCANNER_WARN_ERROR =
-else
-SCANNER_WARN_ERROR = --warn-error
-endif
-
TelepathyGLib_0_12_gir_NAMESPACE = TelepathyGLib
TelepathyGLib_0_12_gir_VERSION = 0.12
TelepathyGLib_0_12_gir_LIBS = libtelepathy-glib.la
@@ -93,7 +87,6 @@ TelepathyGLib_0_12_gir_SCANNERFLAGS = \
-I$(top_srcdir) \
--c-include="telepathy-glib/telepathy-glib.h" \
--warn-all \
- $(SCANNER_WARN_ERROR) \
$(NULL)
TelepathyGLib_0_12_gir_INCLUDES = \