Kaydet (Commit) ae4da42e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter

Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b
üst 39cf2684
......@@ -320,6 +320,8 @@ void RemoteServer::setBluetoothDiscoverable( bool aDiscoverable )
{
#ifdef ENABLE_BLUETOOTH
BluetoothServer::setDiscoverable( aDiscoverable );
#else
(void) aDiscoverable;
#endif
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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