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