We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f847ee commit 557aa65Copy full SHA for 557aa65
cppwinrt/component_writers.h
@@ -176,7 +176,7 @@ int32_t __stdcall WINRT_CanUnloadNow() noexcept
176
{
177
#ifdef _WRL_MODULE_H_
178
#ifdef _MSC_VER
179
-#pragma warning(disable: 4324) // structure was padded due to alignment specifier
+#pragma warning(suppress: 4324) // structure was padded due to alignment specifier
180
#endif
181
if (!::Microsoft::WRL::Module<::Microsoft::WRL::InProc>::GetModule().Terminate())
182
0 commit comments