From 7b45315af1f47708a045fd86dce4988fd54f63ed Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 1 Nov 2021 04:15:33 +0200 Subject: [PATCH] Avoid C4996 in sv_copy_test.cpp --- test/sv_copy_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sv_copy_test.cpp b/test/sv_copy_test.cpp index 8dbd860..75abe88 100644 --- a/test/sv_copy_test.cpp +++ b/test/sv_copy_test.cpp @@ -2,6 +2,8 @@ // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt +#define _SCL_SECURE_NO_WARNINGS + #include #include #include