Skip to content

Commit 557aa65

Browse files
committed
Accidentally had a warning disable where I wanted suppress
1 parent 4f847ee commit 557aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwinrt/component_writers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ int32_t __stdcall WINRT_CanUnloadNow() noexcept
176176
{
177177
#ifdef _WRL_MODULE_H_
178178
#ifdef _MSC_VER
179-
#pragma warning(disable: 4324) // structure was padded due to alignment specifier
179+
#pragma warning(suppress: 4324) // structure was padded due to alignment specifier
180180
#endif
181181
if (!::Microsoft::WRL::Module<::Microsoft::WRL::InProc>::GetModule().Terminate())
182182
{

0 commit comments

Comments
 (0)