tests: re-add suppression for GValueArray warnings to unit test as well

This commit is contained in:
Tim-Philipp Müller 2013-02-25 09:58:13 +00:00 committed by Tim-Philipp Müller
parent 15a81baea5
commit 0427524d73

View file

@ -23,6 +23,10 @@
#include <unistd.h>
#include <math.h>
/* suppress warnings for deprecated API such as GValueArray
* with newer GLib versions (>= 2.31.0) */
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <gst/audio/audio.h>
#include <gst/check/gstcheck.h>