diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-03-12 12:04:51 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-03-12 12:04:51 +0000 |
commit | 454e1d9c3dd95d332f2a31c261991cf4ba450bcc (patch) | |
tree | 107705e96bf2d08c0d0572dec609bc4ffe57854e /plugins/MirOTR/MirOTR_14.vcxproj | |
parent | ec639ecbdf49731a0bec26240efb76eb203087bc (diff) |
MirOTR: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/MirOTR_14.vcxproj')
-rw-r--r-- | plugins/MirOTR/MirOTR_14.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/MirOTR/MirOTR_14.vcxproj b/plugins/MirOTR/MirOTR_14.vcxproj index ad3bd5fdee..5c8840c385 100644 --- a/plugins/MirOTR/MirOTR_14.vcxproj +++ b/plugins/MirOTR/MirOTR_14.vcxproj @@ -82,7 +82,7 @@ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
@@ -107,7 +107,7 @@ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<MinimalRebuild>true</MinimalRebuild>
</ClCompile>
<Link>
@@ -132,7 +132,7 @@ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
@@ -161,7 +161,7 @@ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
+ <WarningLevel>Level4</WarningLevel>
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
@@ -191,7 +191,7 @@ <ClCompile Include="src\options.cpp" />
<ClCompile Include="src\otr.cpp" />
<ClCompile Include="src\otrlextensions.c">
- <PrecompiledHeader >NotUsing</PrecompiledHeader>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
|