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 601683c commit 4f1fecc
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 @@ -57,7 +57,7 @@
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4018;4244;4267;4703;4715;4805</DisableSpecificWarnings>
<DisableSpecificWarnings>4018;4244;4267;4715</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down

0 comments on commit 4f1fecc

Please sign in to comment.