summaryrefslogtreecommitdiff
path: root/sys/oss4/oss4-property-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/oss4/oss4-property-probe.c')
-rw-r--r--sys/oss4/oss4-property-probe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/oss4/oss4-property-probe.c b/sys/oss4/oss4-property-probe.c
index a99410ea2..5674da50a 100644
--- a/sys/oss4/oss4-property-probe.c
+++ b/sys/oss4/oss4-property-probe.c
@@ -17,6 +17,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