From e234651bd30558d7eb4fe525b790962119867da2 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 8 Jul 2012 20:15:33 +0200 Subject: [PATCH] inspect: suppress glib deprecations warnings for G_VALUE_ARRAY --- tools/gst-inspect.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 970729e4e2..9616a0ebda 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -25,6 +25,10 @@ # include "config.h" #endif +/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray + * with newer GLib versions (>= 2.31.0) */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #include "tools.h" #include