Suppress strncpy copy warnings on MSVC

This commit is contained in:
Phil Nash 2017-08-14 12:12:28 +01:00
parent 94d347b059
commit 7be258536e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include <ostream>
#include <cassert>
#define _CRT_SECURE_NO_WARNINGS // Suppress warnings from MSVC about strncpy not being secure
namespace Catch {
auto getEmptyStringRef() -> StringRef {