mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
tests: re-add suppression for GValueArray warnings to unit test as well
This commit is contained in:
parent
15a81baea5
commit
0427524d73
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue