diff options
author | John Hodge <tpg@mutabah.net> | 2018-02-24 15:13:11 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2018-02-24 15:13:11 +0800 |
commit | ef3009113058aa6b0a723c292b38a92baa87b0af (patch) | |
tree | fad1e5be77c49dc16e851ac5dd88cca4f717a307 | |
parent | 9d63d9d0ad06ce4fe5fbe208ecc296003b2f6c5a (diff) | |
download | mrust-ef3009113058aa6b0a723c292b38a92baa87b0af.tar.gz |
testrunner - Shut up msvc
-rw-r--r-- | tools/testrunner/main.cpp | 1 |
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> |