File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
IExplorerCommand_CppWinRT Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2121#include < winrt/Windows.Foundation.Collections.h>
2222
2323// Windows Implementation Libraries (WIL)
24+ #pragma warning(push)
25+ // C28182: Dereferencing NULL pointer (https://github.com/microsoft/wil/issues/610)
26+ #pragma warning(disable: 28182)
2427#include < wil/stl.h>
2528#include < wil/win32_helpers.h>
29+ #pragma warning(pop)
2630
2731#endif // PCH_H
Original file line number Diff line number Diff line change 2424#pragma comment(lib, "runtimeobject.lib")
2525
2626// Windows Implementation Libraries (WIL)
27+ #pragma warning(push)
28+ // C28182: Dereferencing NULL pointer (https://github.com/microsoft/wil/issues/610)
29+ #pragma warning(disable: 28182)
2730#include < wil/stl.h>
2831#include < wil/win32_helpers.h>
32+ #pragma warning(pop)
2933
3034#endif // PCH_H
You can’t perform that action at this time.
0 commit comments