1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 21:00:42 +08:00

Remove TreatWarningsAsErrors flags from local builds for developer convenience

This commit is contained in:
Salman Ahmed
2024-05-18 06:38:25 +03:00
Unverified
parent badda23dde
commit 2027d481ee
-1
View File
@@ -2,7 +2,6 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>