From 9e3b3295eb20cf7ad3c00b90cde9480e7480d209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 23 Jan 2023 14:22:23 +0100 Subject: [PATCH] Add _CRT_SECURE_NO_WARNINGS --- proj/vs/string_test.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proj/vs/string_test.vcxproj b/proj/vs/string_test.vcxproj index bc9bfd1..d048974 100644 --- a/proj/vs/string_test.vcxproj +++ b/proj/vs/string_test.vcxproj @@ -89,7 +89,7 @@ Disabled ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) false false EnableFastChecks @@ -114,7 +114,7 @@ Disabled ../../../..;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) false false EnableFastChecks @@ -138,7 +138,7 @@ ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true @@ -160,7 +160,7 @@ ../../../..;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL true