[rygel] tests: Disable warnings from valac for unit tests



commit bc35d492496b8378a1c0ea0abd0547c0a4459a24
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Mar 17 16:24:43 2010 +0200

    tests: Disable warnings from valac for unit tests
    
    Most of the warnings are completely bogus in case of unit tests (e.g unused
    symbols) and it only makes the build output look very ugly.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1db89be..6f77412 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,7 @@ LDADD = $(LIBGUPNP_LIBS) \
 	$(LIBSOUP_LIBS) \
 	$(LIBDBUS_GLIB_LIBS)
 
-AM_VALAFLAGS = --thread \
+AM_VALAFLAGS = --disable-warnings --thread \
 	       --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
                --pkg gconf-2.0 --pkg gstreamer-0.10 \
                --pkg gio-2.0 --pkg gee-1.0 -g



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