Skip to content

Commit

Permalink
Merge pull request wixtoolset#87 from barnson/StaticAnalysis.LetItBuild
Browse files Browse the repository at this point in the history
Disable warning that fails static analysis build
  • Loading branch information
robmen committed Jul 2, 2014
2 parents a6c8f81 + d257204 commit 3a57635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/WixBuild.vcxproj.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PlatformToolset Condition="$(VS2013Available)">v120</PlatformToolset>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
<!-- turn off deprecation warning -->
<DisableSpecificCompilerWarnings>4996</DisableSpecificCompilerWarnings>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 3a57635

Please sign in to comment.