From 19392a989eaae40e002675448c3690aedd7d44dc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 29 Oct 2012 16:45:44 +0530 Subject: [PATCH] bluez: Fix depreacation warnings on g_mutex_* --- sys/bluez/gsta2dpsink.c | 2 ++ sys/bluez/gstavdtpsink.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/bluez/gsta2dpsink.c b/sys/bluez/gsta2dpsink.c index a515fc8e3c..7b9f922459 100644 --- a/sys/bluez/gsta2dpsink.c +++ b/sys/bluez/gsta2dpsink.c @@ -29,6 +29,8 @@ #include #endif +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #include #include "gsta2dpsink.h" diff --git a/sys/bluez/gstavdtpsink.c b/sys/bluez/gstavdtpsink.c index d8ac2bb686..9ac27bce6a 100644 --- a/sys/bluez/gstavdtpsink.c +++ b/sys/bluez/gstavdtpsink.c @@ -25,6 +25,8 @@ #include #endif +#define GLIB_DISABLE_DEPRECATION_WARNINGS + /* FIXME: check which includes are really required */ #include #include