[Libreoffice-commits] core.git: cppuhelper/source

Tor Lillqvist tml at collabora.com
Tue Oct 1 10:49:37 PDT 2013


 cppuhelper/source/shlib.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ecbe980c609de8e719243d6bd4f75d3e9c4aec61
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 1 20:46:40 2013 +0300

    WaE: 'rPath' : unreferenced formal parameter
    
    Change-Id: I35aee7a1f8c2d79ac275262ba0cd002e4d034c95

diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 9ffb8c1..e9e021f 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 );


More information about the Libreoffice-commits mailing list