diff options
| author | void_17 <heroerror3@gmail.com> | 2026-03-03 07:10:55 +0700 |
|---|---|---|
| committer | void_17 <heroerror3@gmail.com> | 2026-03-03 07:10:55 +0700 |
| commit | 95d4d0a703f1a86fbb33087720b6bb8aac306592 (patch) | |
| tree | 963c7ab65d204edd33611734b51e874f7ce686b1 /Minecraft.World | |
| parent | 3dce71ef321499bf63be98111ab04e7f0773f6a1 (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.World')
| -rw-r--r-- | Minecraft.World/Minecraft.World.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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> |
