Suppress deprecation warnings in selected files, for g_value_array_* mostly
authorEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 27 Feb 2012 12:35:10 +0000 (13:35 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 27 Feb 2012 12:43:59 +0000 (13:43 +0100)
gst/gstquery.c
tools/gst-inspect.c

index 2b1c382..d9c48f8 100644 (file)
  * Last reviewed on 2006-02-14 (0.10.4)
  */
 
+
+/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
+ * with newer GLib versions (>= 2.31.0) */
+#define GLIB_DISABLE_DEPRECATION_WARNINGS
+
 #include "gst_private.h"
 #include "gstinfo.h"
 #include "gstquery.h"
index 75e5181..f8d2f2f 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