From a6acb4521991bba46f06499562240b0fc6bd3227 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 23:21:25 -0400 Subject: [PATCH] Suppress warnings C4231, C4355 and C4505 (Issue 412) This should not cross-pollinate like when they were present in config.h --- TestScripts/cryptest.vcxproj | 1 + TestScripts/cryptlib.vcxproj | 1 + 2 files changed, 2 insertions(+) diff --git a/TestScripts/cryptest.vcxproj b/TestScripts/cryptest.vcxproj index d553244f..a961cfeb 100644 --- a/TestScripts/cryptest.vcxproj +++ b/TestScripts/cryptest.vcxproj @@ -79,6 +79,7 @@ true None Level4 + 4231; 4355; 4505 diff --git a/TestScripts/cryptlib.vcxproj b/TestScripts/cryptlib.vcxproj index dc48f638..287ca5a6 100644 --- a/TestScripts/cryptlib.vcxproj +++ b/TestScripts/cryptlib.vcxproj @@ -79,6 +79,7 @@ true None Level4 + 4231; 4355; 4505 Use pch.h