diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-01 20:46:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-01 20:48:18 +0300 |
commit | ecbe980c609de8e719243d6bd4f75d3e9c4aec61 (patch) | |
tree | 176c1c34c56bf127d1297defc4b12a585128f607 /cppuhelper | |
parent | ffa4798d1f9b1c94278b180482b2e0ef7f6c1481 (diff) |
WaE: 'rPath' : unreferenced formal parameter
Change-Id: I35aee7a1f8c2d79ac275262ba0cd002e4d034c95
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |