[evolution-data-server/gnome-3-6] Suppress g-ir-scanner warnings.



commit 3bc44ae16837ad495351f840370a0cc58127788b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Nov 2 16:33:03 2012 -0400

    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.
    (cherry picked from commit e8ecbd7356caf9e3a4668a71224c60cce2bf94bf)

 addressbook/libebook/Makefile.am |    2 +-
 calendar/libecal/Makefile.am     |    2 +-
 libedataserver/Makefile.am       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/libebook/Makefile.am b/addressbook/libebook/Makefile.am
index 0171fec..2c253f4 100644
--- a/addressbook/libebook/Makefile.am
+++ b/addressbook/libebook/Makefile.am
@@ -98,7 +98,7 @@ pkgconfig_DATA = libebook-$(API_VERSION).pc
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libedataserver \
 	--add-include-path=$(srcdir) --identifier-prefix=E --pkg-export \
-	libebook-1.2 --c-include="libebook/libebook.h" --warn-all
+	libebook-1.2 --c-include="libebook/libebook.h"
 INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/libedataserver \
 	--includedir=$(srcdir)
 
diff --git a/calendar/libecal/Makefile.am b/calendar/libecal/Makefile.am
index 10fa228..9bf4759 100644
--- a/calendar/libecal/Makefile.am
+++ b/calendar/libecal/Makefile.am
@@ -92,7 +92,7 @@ DISTCLEANFILES = $(pkgconfig_DATA)
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libedataserver --identifier-prefix E --pkg-export libecal-1.2 \
-	--c-include="libecal/libecal.h" --warn-all
+	--c-include="libecal/libecal.h"
 INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/libedataserver
 
 if HAVE_INTROSPECTION
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index 72f689a..44111a0 100644
--- a/libedataserver/Makefile.am
+++ b/libedataserver/Makefile.am
@@ -201,7 +201,7 @@ DISTCLEANFILES = eds-version.h				\
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --identifier-prefix E --pkg-export \
-	libedataserver-1.2  --c-include="libedataserver/libedataserver.h" --warn-all
+	libedataserver-1.2  --c-include="libedataserver/libedataserver.h"
 INTROSPECTION_COMPILER_ARGS =
 
 if HAVE_INTROSPECTION



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]