[Libreoffice-commits] core.git: sal/osl

Tor Lillqvist tml at collabora.com
Mon Nov 25 12:52:35 PST 2013


 sal/osl/w32/signal.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d6421cf8468487e43185717b00f7135a77b37b33
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Nov 25 22:52:08 2013 +0200

    WaE: C4100: 'pExcPtrs' : unreferenced formal parameter
    
    Change-Id: Ic580c625c78802087a32f8669feec91fe79672cd

diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx
index 657ac96..a63e692 100644
--- a/sal/osl/w32/signal.cxx
+++ b/sal/osl/w32/signal.cxx
@@ -401,7 +401,7 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32 UserSignal, void* UserData)
 /* osl_setErrorReporting */
 /*****************************************************************************/
 
-void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* pExcPtrs)
+void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
 {
     const char* pSEHName = NULL;
     switch( nSEHCode)


More information about the Libreoffice-commits mailing list