diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-21 17:42:24 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-21 17:42:24 +0100 |
commit | be0a659153bce07207c07b6146c315107e035724 (patch) | |
tree | c94ea86524697361934f4273db96b322e5fd83d1 /VC2010 | |
parent | Removed cChunkPtrs from everywhere but internal cChunkMap usage. Now we should finally be threadsafe :) (diff) | |
download | cuberite-be0a659153bce07207c07b6146c315107e035724.tar cuberite-be0a659153bce07207c07b6146c315107e035724.tar.gz cuberite-be0a659153bce07207c07b6146c315107e035724.tar.bz2 cuberite-be0a659153bce07207c07b6146c315107e035724.tar.lz cuberite-be0a659153bce07207c07b6146c315107e035724.tar.xz cuberite-be0a659153bce07207c07b6146c315107e035724.tar.zst cuberite-be0a659153bce07207c07b6146c315107e035724.zip |
Diffstat (limited to 'VC2010')
-rw-r--r-- | VC2010/MCServer.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index f4fb93398..7cb818c45 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -106,7 +106,7 @@ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<BufferSecurityCheck>true</BufferSecurityCheck>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -137,7 +137,7 @@ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<BufferSecurityCheck>true</BufferSecurityCheck>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PrecompiledHeader>Use</PrecompiledHeader>
|