Suppress C4251 and C4275 warnings in project files (Issue 412)
parent
b0b749f392
commit
8f4b0dc081
|
|
@ -56,7 +56,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<ErrorReporting>None</ErrorReporting>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
|
||||
<DisableSpecificWarnings>4231; 4251; 4275; 4355; 4505</DisableSpecificWarnings>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<ErrorReporting>None</ErrorReporting>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
|
||||
<DisableSpecificWarnings>4231; 4251; 4275; 4355; 4505</DisableSpecificWarnings>
|
||||
<PrecompiledHeader />
|
||||
<PrecompiledHeadeFile />
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<ErrorReporting>None</ErrorReporting>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
|
||||
<DisableSpecificWarnings>4231; 4251; 4275; 4355; 4505</DisableSpecificWarnings>
|
||||
<PrecompiledHeader>Use</PrecompiledHeader>
|
||||
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||||
</ClCompile>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<ErrorReporting>None</ErrorReporting>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DisableSpecificWarnings>4231; 4355; 4505</DisableSpecificWarnings>
|
||||
<DisableSpecificWarnings>4231; 4251; 4275; 4355; 4505</DisableSpecificWarnings>
|
||||
<CallingConvention>StdCall</CallingConvention>
|
||||
<PrecompiledHeader />
|
||||
</ClCompile>
|
||||
|
|
|
|||
Loading…
Reference in New Issue