From ceb6c6a70854a264c9c64d9626b6c8bbab5335d5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 12 Apr 2012 16:55:47 +0100 Subject: [PATCH] Don't make g-ir-scanner warnings fatal on this stable branch --- telepathy-glib/introspection.am | 7 ------- 1 file changed, 7 deletions(-) diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 2c7bebc..8c4cfd0 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 = \ -- 1.7.10