inspect: suppress glib deprecations warnings for G_VALUE_ARRAY

This commit is contained in:
Stefan Sauer 2012-07-08 20:15:33 +02:00
parent 52c0e856f7
commit e234651bd3

View file

@ -25,6 +25,10 @@
# include "config.h" # include "config.h"
#endif #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 "tools.h"
#include <string.h> #include <string.h>