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:
parent
7e5de54802
commit
4b0c05f5c1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue