From f49b4581a0a5056a51712bcabcc66483a87a07c8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 19 Feb 2013 19:55:12 +0200 Subject: Avoid warning on non-Linux: private field 'mpImpl' is not used Change-Id: I0f7e35254ecbf604c375ccebaa58d769a51e43f1 --- sd/source/ui/remotecontrol/BluetoothServer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx index 94276b5dc729..9c271aaae8a9 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.cxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx @@ -583,12 +583,12 @@ registerWithDefaultAdapter( DBusConnection *pConnection ) BluetoothServer::BluetoothServer( std::vector* pCommunicators ) : meWasDiscoverable( UNKNOWN ), - mpImpl( NULL ), mpCommunicators( pCommunicators ) { #ifdef LINUX_BLUETOOTH mpImpl = new BluetoothServerImpl(); #endif + (void) mpImpl; // Avoid warning: private field 'mpImpl' is not used } BluetoothServer::~BluetoothServer() -- cgit ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author