level: put back deprecation warnings

This commit is contained in:
Thomas Vander Stichele 2013-02-25 00:35:58 +01:00
parent 52b7aab711
commit df8f5f2f83

View file

@ -105,6 +105,10 @@
#include "config.h"
#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 <string.h>
#include <math.h>
#include <gst/gst.h>