From ae4da42e5fd0222fa1d1336ae1090b1ad840327f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 22 Oct 2012 09:23:22 +0300 Subject: WaE: unused parameter Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b --- sd/source/ui/remotecontrol/Server.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd') 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: */ -- cgit