[Spice-commits] src/controller

Marc-André Lureau elmarco at kemper.freedesktop.org
Thu Jan 14 09:55:14 PST 2016


 src/controller/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fe4f62060960207879ac11c68d71b15a341e006c
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Wed Dec 16 17:10:15 2015 +0100

    build-sys: silence vala deprecated function usage warnings
    
    This silence usage of deprecated glib declarations from vala generated code.
    
    Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
    Acked-by: Fabiano Fidêncio <fidencio at redhat.com>

diff --git a/src/controller/Makefile.am b/src/controller/Makefile.am
index 00552e8..fb56986 100644
--- a/src/controller/Makefile.am
+++ b/src/controller/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS =					\
 	-DG_LOG_DOMAIN=\"GSpiceController\"	\
 	$(GIO_CFLAGS)				\
 	$(COMMON_CFLAGS)			\
+	-Wno-deprecated-declarations		\
 	$(NULL)
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html


More information about the Spice-commits mailing list