https://git.reactos.org/?p=reactos.git;a=commitdiff;h=081c637c0636c065f0198c...
commit 081c637c0636c065f0198c353efac74658d7c635 Author: Timo Kreuzer timo.kreuzer@reactos.org AuthorDate: Wed Aug 24 13:10:02 2022 +0200 Commit: Timo Kreuzer timo.kreuzer@reactos.org CommitDate: Thu Dec 1 15:21:59 2022 +0200
[XDK] Silence some GCC x64 warnings --- sdk/include/xdk/amd64/ke.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sdk/include/xdk/amd64/ke.h b/sdk/include/xdk/amd64/ke.h index 64212336702..b9238ccfd17 100644 --- a/sdk/include/xdk/amd64/ke.h +++ b/sdk/include/xdk/amd64/ke.h @@ -272,8 +272,8 @@ typedef struct DECLSPEC_ALIGN(16) _CONTEXT { M128A Xmm13; M128A Xmm14; M128A Xmm15; - } DUMMYSTRUCTNAME; - } DUMMYUNIONNAME; + } DUMMYSTRUCTNAME DECLSPEC_ALIGN(16); + } DUMMYUNIONNAME DECLSPEC_ALIGN(16); M128A VectorRegister[26]; ULONG64 VectorControl; ULONG64 DebugControl;