[Spice-devel] [PATCH spice-gtk] build-sys: silence vala deprecated function usage warnings
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Jan 14 04:45:38 PST 2016
This silence usage of deprecated glib declarations from vala generated code.
Signed-off-by: Marc-André Lureau <marcandre.lureau at gmail.com>
---
src/controller/Makefile.am | 1 +
1 file changed, 1 insertion(+)
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
--
2.5.0
More information about the Spice-devel
mailing list