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:
Noel Grandin 2024-02-26 10:53:06 +02:00 committed by Noel Grandin
parent 2a031dd6f4
commit e986447db7

View file

@ -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()))