aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Minecraft.Client.vcxproj
diff options
context:
space:
mode:
authorvoid_17 <heroerror3@gmail.com>2026-03-03 07:10:55 +0700
committervoid_17 <heroerror3@gmail.com>2026-03-03 07:10:55 +0700
commit95d4d0a703f1a86fbb33087720b6bb8aac306592 (patch)
tree963c7ab65d204edd33611734b51e874f7ce686b1 /Minecraft.Client/Minecraft.Client.vcxproj
parent3dce71ef321499bf63be98111ab04e7f0773f6a1 (diff)
Temporarily turn off all MSVC warnings
Before any major refactoring, warnings do help a little except for slowing down the compilation (as it needs to output everything to stdout), so disable MSVC warnings in Release mode.
Diffstat (limited to 'Minecraft.Client/Minecraft.Client.vcxproj')
-rw-r--r--Minecraft.Client/Minecraft.Client.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/Minecraft.Client.vcxproj b/Minecraft.Client/Minecraft.Client.vcxproj
index 97befd61..99a4ea27 100644
--- a/Minecraft.Client/Minecraft.Client.vcxproj
+++ b/Minecraft.Client/Minecraft.Client.vcxproj
@@ -1754,7 +1754,7 @@ xcopy /q /y /i /s /e $(ProjectDir)DurangoMedia\CU $(LayoutDir)Image\Loose\CU</C
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>TurnOffAllWarnings</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Full</Optimization>
<ExceptionHandling>Sync</ExceptionHandling>