Kaydet (Commit) d6421cf8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4100: 'pExcPtrs' : unreferenced formal parameter

Change-Id: Ic580c625c78802087a32f8669feec91fe79672cd
üst 4944da6a
...@@ -401,7 +401,7 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32 UserSignal, void* UserData) ...@@ -401,7 +401,7 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32 UserSignal, void* UserData)
/* osl_setErrorReporting */ /* osl_setErrorReporting */
/*****************************************************************************/ /*****************************************************************************/
void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* pExcPtrs) void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* /* pExcPtrs */)
{ {
const char* pSEHName = NULL; const char* pSEHName = NULL;
switch( nSEHCode) switch( nSEHCode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment