Suppress C4251 and C4275 warnings in project files (Issue 412)
parent
80ea2e2d14
commit
b0baf7c246
|
|
@ -62,7 +62,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>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,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>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,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>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,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