inspect: suppress glib deprecations warnings for G_VALUE_ARRAY
authorStefan Sauer <ensonic@users.sf.net>
Sun, 8 Jul 2012 18:15:33 +0000 (20:15 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 8 Jul 2012 18:15:33 +0000 (20:15 +0200)
tools/gst-inspect.c

index 970729e..9616a0e 100644 (file)
 #  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 <string.h>