Suppress g-ir-scanner warnings.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 2 Nov 2012 20:33:03 +0000 (16:33 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 2 Nov 2012 21:02:46 +0000 (17:02 -0400)
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
calendar/libecal/Makefile.am
libedataserver/Makefile.am

index 0171fec..2c253f4 100644 (file)
@@ -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)
 
index 10fa228..9bf4759 100644 (file)
@@ -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
index 72f689a..44111a0 100644 (file)
@@ -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