From 95d4d0a703f1a86fbb33087720b6bb8aac306592 Mon Sep 17 00:00:00 2001 From: void_17 Date: Tue, 3 Mar 2026 07:10:55 +0700 Subject: 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. --- Minecraft.Client/Minecraft.Client.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.Client/Minecraft.Client.vcxproj') 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 Use - Level3 + TurnOffAllWarnings ProgramDatabase Full Sync -- cgit v1.2.3