From c2792c136b161852b649b7de94790cc3efd74d4e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 15 Dec 2012 08:37:38 -0500 Subject: [PATCH] Suppress g-ir-scanner warnings. They're far too noisy, and make it difficult to spot new C compiler warnings, which are the only ones I care about. We can enable them again when we're serious about cleaning them up. In the meantime, they're just getting in the way. --- addressbook/libebook/Makefile.am | 1 - libedataserver/Makefile.am | 1 - 2 files changed, 2 deletions(-) diff --git a/addressbook/libebook/Makefile.am b/addressbook/libebook/Makefile.am index e1fe74d..12d4cec 100644 --- a/addressbook/libebook/Makefile.am +++ b/addressbook/libebook/Makefile.am @@ -98,7 +98,6 @@ pkgconfig_DATA = libebook-$(API_VERSION).pc -include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = \ - --warn-all \ --add-include-path=$(top_builddir)/libedataserver \ --add-include-path=$(srcdir) \ --identifier-prefix=E \ diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am index 1ceede0..0b5378f 100644 --- a/libedataserver/Makefile.am +++ b/libedataserver/Makefile.am @@ -203,7 +203,6 @@ DISTCLEANFILES = eds-version.h \ -include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = \ - --warn-all \ --identifier-prefix E \ --pkg-export libedataserver-1.2 \ --c-include="libedataserver/libedataserver.h" \ -- 2.7.4