loplugin:unusedmember (clang-cl)

(The struct that is the type of EHExceptionRecord::params does not need a name.)

Change-Id: I372630563dce26c3ac190a9492eabfad9a55a943
Reviewed-on: https://gerrit.libreoffice.org/84861
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann 2019-12-10 15:25:34 +01:00
parent 7e5de54802
commit 4b0c05f5c1

View file

@ -793,7 +793,7 @@ bool DetectRethrow(void* ppExcept)
struct _EXCEPTION_RECORD* ExceptionRecord;
PVOID ExceptionAddress;
DWORD NumberParameters;
struct alignas(8) EHParameters
struct alignas(8)
{
DWORD magicNumber;
PVOID pExceptionObject;