diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-22 09:23:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-22 10:47:07 +0300 |
commit | ae4da42e5fd0222fa1d1336ae1090b1ad840327f (patch) | |
tree | 31ea49ac61188555838e7cbff353b7a9125fff99 /sd | |
parent | 39cf2684246d2637880e2ca8e212a4d27c26c2ad (diff) |
WaE: unused parameter
Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 220a3b237ac5..69a53f4e6837 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -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: */ |