From ecbe980c609de8e719243d6bd4f75d3e9c4aec61 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 1 Oct 2013 20:46:40 +0300 Subject: WaE: 'rPath' : unreferenced formal parameter Change-Id: I35aee7a1f8c2d79ac275262ba0cd002e4d034c95 --- cppuhelper/source/shlib.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'cppuhelper/source') diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 9ffb8c150e7c..e9e021f78152 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -409,6 +409,7 @@ void SAL_CALL writeSharedLibComponentInfo( Reference< registry::XRegistryKey > const & xKey ) SAL_THROW( (registry::CannotRegisterImplementationException) ) { + (void) rPath; assert(rPath.isEmpty()); oslModule lib = osl_loadModule( uri.pData, SAL_LOADMODULE_LAZY | SAL_LOADMODULE_GLOBAL ); -- cgit