summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-12-16 17:10:15 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2016-01-14 18:54:51 +0100
commitfe4f62060960207879ac11c68d71b15a341e006c (patch)
tree1e68c1ac5dab504c6d878e71b5540b9ee3b47d41
parent27a51072e66e08150f244209bf8bc0567332b5cd (diff)
downloadspice-gtk-fe4f62060960207879ac11c68d71b15a341e006c.tar.gz
spice-gtk-fe4f62060960207879ac11c68d71b15a341e006c.tar.xz
spice-gtk-fe4f62060960207879ac11c68d71b15a341e006c.zip
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@gmail.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
-rw-r--r--src/controller/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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