From ebe8afef56bccb367f689f178c1a895182b5adb6 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 10 Oct 2017 17:16:10 +0100 Subject: [PATCH] Remove compiler warnings on VS2017 for the Parrot. --- YSFParrot/YSFParrot.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/YSFParrot/YSFParrot.vcxproj b/YSFParrot/YSFParrot.vcxproj index 33a1a0e..b4da17c 100644 --- a/YSFParrot/YSFParrot.vcxproj +++ b/YSFParrot/YSFParrot.vcxproj @@ -87,7 +87,7 @@ Level3 Disabled - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS Console @@ -101,7 +101,7 @@ Level3 Disabled - _CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS Console @@ -117,7 +117,7 @@ MaxSpeed true true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS Console @@ -135,7 +135,7 @@ MaxSpeed true true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS Console