VSProps: Add C4351 to the list of disabled warnings in Base.props
This commit is contained in:
parent
956b0708b4
commit
ffe6bcf22f
|
@ -68,7 +68,7 @@
|
||||||
not much else we can do since many externals use it. The bad part is that there doesn't
|
not much else we can do since many externals use it. The bad part is that there doesn't
|
||||||
seem to be a way to only ignore the specific instance we don't care about...
|
seem to be a way to only ignore the specific instance we don't care about...
|
||||||
-->
|
-->
|
||||||
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
|
<DisableSpecificWarnings>4996;4351</DisableSpecificWarnings>
|
||||||
<OpenMPSupport>true</OpenMPSupport>
|
<OpenMPSupport>true</OpenMPSupport>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<!--ClCompile Debug-->
|
<!--ClCompile Debug-->
|
||||||
|
|
Loading…
Reference in New Issue