From fe9eb75dd28976bb4f6f105b2cb7e0e5140a4fdc Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 23:25:54 -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 + cryptdll.vcxproj | 1 + cryptest.vcxproj | 1 + cryptlib.vcxproj | 1 + dlltest.vcxproj | 1 + 6 files changed, 6 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 bf8bbfed..b9bdc749 100644 --- a/TestScripts/cryptlib.vcxproj +++ b/TestScripts/cryptlib.vcxproj @@ -79,6 +79,7 @@ true None Level4 + 4231; 4355; 4505 Use pch.h diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 93f4ff37..bbad324b 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -49,6 +49,7 @@ true None Level4 + 4231; 4355; 4505 Use pch.h diff --git a/cryptest.vcxproj b/cryptest.vcxproj index 8916b34c..4ff99b48 100644 --- a/cryptest.vcxproj +++ b/cryptest.vcxproj @@ -79,6 +79,7 @@ true None Level4 + 4231; 4355; 4505 diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj index d260f5d8..eb2ff05b 100644 --- a/cryptlib.vcxproj +++ b/cryptlib.vcxproj @@ -79,6 +79,7 @@ true None Level4 + 4231; 4355; 4505 Use pch.h diff --git a/dlltest.vcxproj b/dlltest.vcxproj index 083f804d..c1b61b24 100644 --- a/dlltest.vcxproj +++ b/dlltest.vcxproj @@ -47,6 +47,7 @@ true None Level4 + 4231; 4355; 4505 StdCall