tools: gst-inspect: suppress deprecation warnings for G_TYPE_VALUE_ARRAY

For now anyway.
This commit is contained in:
Tim-Philipp Müller 2012-01-26 09:26:48 +00:00
parent b9e199798e
commit 70d3e5b13f

View file

@ -21,6 +21,10 @@
* 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