summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-02-24 15:13:11 +0800
committerJohn Hodge <tpg@mutabah.net>2018-02-24 15:13:11 +0800
commitef3009113058aa6b0a723c292b38a92baa87b0af (patch)
treefad1e5be77c49dc16e851ac5dd88cca4f717a307
parent9d63d9d0ad06ce4fe5fbe208ecc296003b2f6c5a (diff)
downloadmrust-ef3009113058aa6b0a723c292b38a92baa87b0af.tar.gz
testrunner - Shut up msvc
-rw-r--r--tools/testrunner/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testrunner/main.cpp b/tools/testrunner/main.cpp
index c0cda242..1185c2c3 100644
--- a/tools/testrunner/main.cpp
+++ b/tools/testrunner/main.cpp
@@ -1,6 +1,7 @@
///
///
///
+#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <string>
#include <vector>