From dfe5c1a9bcc78fea57ff599bfd4ea4d1e5ade983 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 2 Aug 2017 23:19:09 -0400 Subject: [PATCH] Suppress warnings C4231, C4355 and C4505 (Issue 412) This should not cross-pollinate like when they were present in config.h --- cryptdll.vcxproj | 1 + cryptest.vcxproj | 1 + cryptlib.vcxproj | 1 + dlltest.vcxproj | 1 + 4 files changed, 4 insertions(+) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 31e049b4..cc4cd058 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 49cdb76f..25a36079 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