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