aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-16 20:09:43 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-16 20:09:43 -0700
commit2ed1a9e32960c7ff60db41859c9a5b8f55867db7 (patch)
tree20cfcc7b15a7b61e2d581cc90d34f84832bd665d /test
parentb195792ed92dbed8b7226cb1311eaccd12afab07 (diff)
Disable warning: system header is broken
Diffstat (limited to 'test')
-rw-r--r--test/core/util/test_config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c
index bd3c50d736..bf672e8f67 100644
--- a/test/core/util/test_config.c
+++ b/test/core/util/test_config.c
@@ -58,6 +58,8 @@ static unsigned seed(void) { return _getpid(); }
#include <tchar.h>
+// disable warning 4091 - dbghelp.h is broken for msvc2015
+#pragma warning(disable : 4091)
#define DBGHELP_TRANSLATE_TCHAR
#include <dbghelp.h>