summaryrefslogtreecommitdiff
path: root/cryptdll.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 /cryptdll.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 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index 93f4ff37..bbad324b 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -49,6 +49,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
+ <DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
</ClCompile>