From a0773c53b13546f4957f2b2ac1f0455fedc05525 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 19 Jun 2013 15:29:12 -0400 Subject: Disable warnings for vala-generated C code --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 15a5cbf..5958b51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,11 +23,13 @@ indicator_sound_service_VALAFLAGS = \ --pkg libpulse-mainloop-glib \ --target-glib=2.36 +# -w to disable warnings for vala-generated code indicator_sound_service_CFLAGS = $(PULSEAUDIO_CFLAGS) \ $(SOUNDSERVICE_CFLAGS) \ $(GCONF_CFLAGS) \ $(COVERAGE_CFLAGS) \ - -DLIBEXECDIR=\"$(libexecdir)\" -Wall \ + -DLIBEXECDIR=\"$(libexecdir)\" \ + -w \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" indicator_sound_service_LDADD = $(PULSEAUDIO_LIBS) $(SOUNDSERVICE_LIBS) $(GCONF_LIBS) -- cgit v1.2.3