Suppress warnings C4231, C4355 and C4505 (Issue 412)

This should not cross-pollinate like when they were present in config.h
This commit is contained in:
Jeffrey Walton 2017-08-02 23:25:54 -04:00
parent e162a67231
commit fe9eb75dd2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
6 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader />
<PrecompiledHeadeFile />
</ClCompile>

View File

@ -79,6 +79,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
</ClCompile>

View File

@ -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>

View File

@ -79,6 +79,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader />
<PrecompiledHeadeFile />
</ClCompile>

View File

@ -79,6 +79,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
</ClCompile>

View File

@ -47,6 +47,7 @@
<SuppressStartupBanner>true</SuppressStartupBanner>
<ErrorReporting>None</ErrorReporting>
<WarningLevel>Level4</WarningLevel>
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
<CallingConvention>StdCall</CallingConvention>
<PrecompiledHeader />
</ClCompile>