From 571918ab8d3147861e5525d4dee869024099af02 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 8 Jul 2012 22:01:03 -0400 Subject: clean up C compiler warnings Disable C compiler warnings entirely while building Vala code. Fix-up a couple of legitimate issues plus one false-positive (in service.c). --- bin/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile.am b/bin/Makefile.am index b500f7a..d246cdd 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -6,7 +6,9 @@ bin_PROGRAMS = dconf dconf_VALAFLAGS = --vapidir ../client --pkg=gio-2.0 --pkg=posix --pkg=dconf -dconf_CFLAGS = $(gio_CFLAGS) +dconf_CFLAGS = \ + $(gio_CFLAGS) \ + -w dconf_LDADD = \ ../client/libdconf.so.0 \ -- cgit v1.2.1