summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorAnchor <none@none>2019-05-15 03:57:10 -0600
committerNat Goodspeed <nat@lindenlab.com>2020-03-25 18:39:20 -0400
commitb09770946a8ae3396517c6796d1bff2a1707de26 (patch)
treec25b98ecc31ad442285fae538e723178fc2636fd /indra/llcommon
parent476721e48ae6db46fcad743973763b6211430d30 (diff)
[DRTVWR-476] - disable dbghelp.h warnings
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/StackWalker.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/StackWalker.cpp b/indra/llcommon/StackWalker.cpp
index d34ad9a369..7a7230db4b 100644
--- a/indra/llcommon/StackWalker.cpp
+++ b/indra/llcommon/StackWalker.cpp
@@ -98,7 +98,10 @@
// If VC7 and later, then use the shipped 'dbghelp.h'-file
#pragma pack(push,8)
#if _MSC_VER >= 1300
+#pragma warning (push)
+#pragma warning (disable:4091) // a microsoft header has warnings. Very nice.
#include <dbghelp.h>
+#pragma warning (pop)
#else
// inline the important dbghelp.h-declarations...
typedef enum {