Suppress g-ir-scanner warnings.
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 15 Dec 2012 13:37:38 +0000 (08:37 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 15 Dec 2012 13:37:38 +0000 (08:37 -0500)
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
libedataserver/Makefile.am

index e1fe74d..12d4cec 100644 (file)
@@ -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 \
index 1ceede0..0b5378f 100644 (file)
@@ -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" \