bluez: Fix depreacation warnings on g_mutex_*

This commit is contained in:
Wim Taymans 2012-10-29 16:45:44 +05:30 committed by Arun Raghavan
parent ec00b31b18
commit 19392a989e
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@
#include <config.h> #include <config.h>
#endif #endif
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <unistd.h> #include <unistd.h>
#include "gsta2dpsink.h" #include "gsta2dpsink.h"

View file

@ -25,6 +25,8 @@
#include <config.h> #include <config.h>
#endif #endif
#define GLIB_DISABLE_DEPRECATION_WARNINGS
/* FIXME: check which includes are really required */ /* FIXME: check which includes are really required */
#include <unistd.h> #include <unistd.h>
#include <sys/un.h> #include <sys/un.h>