Kaydet (Commit) 69c9acd0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field workaround (BluetoothServer)

Change-Id: I7c5428c74f6d7ff759ed9853cb44bcd7c2d3d514
üst f34f7b65
......@@ -40,6 +40,7 @@ BluetoothServer::~BluetoothServer()
void BluetoothServer::execute()
{
#if defined(LINUX) && defined(ENABLE_DBUS)
g_type_init();
GError *aError = NULL;
......@@ -145,13 +146,9 @@ void BluetoothServer::execute()
}
}
#endif // LINUX && ENABLE_DBUS
#ifdef WIN32
#endif
#else
#ifdef MACOSX
(void) mpCommunicators; // avoid warnings about unused member
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment