diff options
Diffstat (limited to 'cppuhelper/source')
-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 ); |