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.World/Minecraft.World.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.World') diff --git a/Minecraft.World/Minecraft.World.vcxproj b/Minecraft.World/Minecraft.World.vcxproj index c9516552..30a871b5 100644 --- a/Minecraft.World/Minecraft.World.vcxproj +++ b/Minecraft.World/Minecraft.World.vcxproj @@ -1336,7 +1336,7 @@ Use - Level3 + TurnOffAllWarnings ProgramDatabase Full Sync -- cgit v1.2.3