VSProps: Add C4351 to the list of disabled warnings in Base.props

This commit is contained in:
Lioncash 2014-09-03 23:07:19 -04:00
parent 956b0708b4
commit ffe6bcf22f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
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...
-->
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<DisableSpecificWarnings>4996;4351</DisableSpecificWarnings>
<OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<!--ClCompile Debug-->