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

New commits:
commit ecbe980c609de8e719243d6bd4f75d3e9c4aec61
Author: Tor Lillqvist <[email protected]>
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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to