Skip to content

Commit c96869a

Browse files
Disable annoying warnings in the repro project (#63777)
We have repo-wide WarnAsError that makes this super annoying in a repro project.
1 parent b7e0a85 commit c96869a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/tools/aot/ILCompiler/repro/repro.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<RuntimeIdentifiers>linux-x64;win-x64;osx-x64</RuntimeIdentifiers>
1010
<Configurations>Debug;Release;Checked</Configurations>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12+
<NoWarn>649;169;414</NoWarn>
1213
</PropertyGroup>
1314

1415
<Target Name="GenerateReproProjectResponseFile"

0 commit comments

Comments
 (0)