mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Merge pull request #28198 from frenzibyte/remove-warnaserror-from-local-builds
Remove `TreatWarningsAsErrors` flags from local builds for developer convenience
This commit is contained in:
commit
9532725eb7
@ -2,7 +2,6 @@
|
||||
<Project>
|
||||
<PropertyGroup Label="C#">
|
||||
<LangVersion>12.0</LangVersion>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user