[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/osl
Herbert Dürr
hdu at apache.org
Tue Nov 26 00:07:56 PST 2013
sal/osl/w32/signal.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a90627af85f61dd2d791098320c1a9e13dc4dbf9
Author: Herbert Dürr <hdu at apache.org>
Date: Tue Nov 26 07:57:55 2013 +0000
#i123747# mark SEH translator's pExcPtrs argument as unused
diff --git a/sal/osl/w32/signal.cxx b/sal/osl/w32/signal.cxx
index 57031ce..019f8eb 100644
--- a/sal/osl/w32/signal.cxx
+++ b/sal/osl/w32/signal.cxx
@@ -428,6 +428,7 @@ oslSignalAction SAL_CALL osl_raiseSignal(sal_Int32 UserSignal, void* UserData)
void win_seh_translator( unsigned nSEHCode, _EXCEPTION_POINTERS* pExcPtrs)
{
+ (void*)pExcPtrs; // currently unused, but useful inside a debugger
const char* pSEHName = NULL;
switch( nSEHCode)
{
More information about the Libreoffice-commits
mailing list