Skip to content

Commit f461af1

Browse files
committed
Disable warning 4324 for all of wrl.h
1 parent 8ec390f commit f461af1

File tree

1 file changed

+3
-0
lines changed
  • test/old_tests/Component

1 file changed

+3
-0
lines changed

test/old_tests/Component/pch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
#include "winrt/Composable.h"
99

1010
// This is used to validate WRL interop support.
11+
#pragma warning(push)
12+
#pragma warning(disable: 4324) // structure was padded due to alignment specifier
1113
#include <wrl.h>
14+
#pragma warning(pop)

0 commit comments

Comments
 (0)