diff --git a/kiwano/third-party/StackWalker/StackWalker.cpp b/kiwano/third-party/StackWalker/StackWalker.cpp index a571816a..11d63ebe 100644 --- a/kiwano/third-party/StackWalker/StackWalker.cpp +++ b/kiwano/third-party/StackWalker/StackWalker.cpp @@ -33,7 +33,10 @@ // If VC7 and later, then use the shipped 'dbghelp.h'-file #if _MSC_VER >= 1300 +#pragma warning(push) +#pragma warning(disable : 4091) // ignore warning in #include +#pragma warning(pop) #else // inline the important dbghelp.h-declarations... typedef enum {