1
0
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:
Dan Balasescu 2024-05-18 13:40:11 +09:00 committed by GitHub
commit 9532725eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>