[Spice-devel] [PATCH spice-gtk] build-sys: silence vala deprecated function usage warnings
Fabiano Fidêncio
fidencio at redhat.com
Thu Jan 14 05:12:29 PST 2016
On Thu, Jan 14, 2016 at 1:45 PM, Marc-André Lureau
<marcandre.lureau at gmail.com> wrote:
> 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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
Acked-by: Fabiano Fidêncio <fidencio at redhat.com>
More information about the Spice-devel
mailing list