From 70d3e5b13fa94697a088d7c29bab80b7f31f55ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 26 Jan 2012 09:26:48 +0000 Subject: [PATCH] tools: gst-inspect: suppress deprecation warnings for G_TYPE_VALUE_ARRAY For now anyway. --- tools/gst-inspect.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 82042d1cb7..02ef41b0a5 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -21,6 +21,10 @@ * Boston, MA 02111-1307, USA. */ +/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray + * with newer GLib versions (>= 2.31.0) */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #ifdef HAVE_CONFIG_H # include "config.h" #endif