summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/Server.cxx2
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: */