Skip to content

Commit

Permalink
Disable warnings as errors in the repro project (#63910)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky committed Jan 18, 2022
1 parent d0e2dac commit 126db6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/tools/aot/ILCompiler/repro/repro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
<Configurations>Debug;Release;Checked</Configurations>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>649;169;414</NoWarn>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>

<Target Name="GenerateReproProjectResponseFile"
Expand Down

0 comments on commit 126db6d

Please sign in to comment.