fix Windows release build
no idea why this only started warning now Change-Id: I61c1de875c825a55d2ec41a358503354688183bd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163933 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
2a031dd6f4
commit
e986447db7
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ void CALLBACK SalTimerProc(PVOID data, BOOLEAN)
|
|||
#if OSL_DEBUG_LEVEL > 0
|
||||
if (!ret) // SEH prevents using SAL_WARN here?
|
||||
fputs("ERROR: PostMessage() failed!\n", stderr);
|
||||
#else
|
||||
(void)ret;
|
||||
#endif
|
||||
}
|
||||
__except(WinSalInstance::WorkaroundExceptionHandlingInUSER32Lib(GetExceptionCode(), GetExceptionInformation()))
|
||||
|
|
Loading…
Reference in a new issue