Skip to content

Commit

Permalink
Skip DisableSpecificWarnings property
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 29, 2024
1 parent 58f6cd1 commit 0c8b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_msvc/fuzz/fuzz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4018;4244;4267;4703;4715;4805</DisableSpecificWarnings>
<DisableSpecificWarnings></DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down

0 comments on commit 0c8b796

Please sign in to comment.