Suppress deprecation warnings in selected files, for g_value_array_* mostly

This commit is contained in:
Edward Hervey 2012-02-27 13:35:10 +01:00
parent 64effe78e7
commit 823807c5f0
2 changed files with 9 additions and 0 deletions

View file

@ -61,6 +61,11 @@
* Last reviewed on 2006-02-14 (0.10.4) * 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 "gst_private.h"
#include "gstinfo.h" #include "gstinfo.h"
#include "gstquery.h" #include "gstquery.h"

View file

@ -21,6 +21,10 @@
* Boston, MA 02111-1307, USA. * 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 #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif