Skip to content

Commit

Permalink
VSProps: Add C4351 to the list of disabled warnings in Base.props
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Sep 4, 2014
1 parent 956b070 commit ffe6bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/VSProps/Base.props
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
Expand Down

0 comments on commit ffe6bcf

Please sign in to comment.