tools: gst-inspect: suppress deprecation warnings for G_TYPE_VALUE_ARRAY
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 09:26:48 +0000 (09:26 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 26 Jan 2012 10:44:11 +0000 (10:44 +0000)
For now anyway.

tools/gst-inspect.c

index 82042d1..02ef41b 100644 (file)
  * 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