summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-02 23:25:54 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-02 23:25:54 -0400
commitfe9eb75dd28976bb4f6f105b2cb7e0e5140a4fdc (patch)
treea0f58a25e06f7dec63c7c12d0771234d744152fb /cryptest.vcxproj
parente162a67231a1cf87d32aa517f252802eeeb11694 (diff)
downloadcryptopp-git-fe9eb75dd28976bb4f6f105b2cb7e0e5140a4fdc.tar.gz
Suppress warnings C4231, C4355 and C4505 (Issue 412)
This should not cross-pollinate like when they were present in config.h
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 8916b34c..4ff99b48 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -79,6 +79,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
+ <DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader />
<PrecompiledHeadeFile />
</ClCompile>