summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/ekhtml/ekhtml_12.vcxproj
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2015-03-26 20:41:25 +0000
committerRené Schümann <white06tiger@gmail.com>2015-03-26 20:41:25 +0000
commit697ef33206521e40c0c9e48322134fe8753ff9b7 (patch)
tree2df48eb8da23ca27d0bca0c89ca3af28a28a9d6c /plugins/MirOTR/ekhtml/ekhtml_12.vcxproj
parent0c0f650455e29454a967ee2874ddba36942e2588 (diff)
MirOTR: updated dependencies' project files to disable some warnings (they are not important, and we can't do anything about them anyway)
also small cleanup on libotr's project file git-svn-id: http://svn.miranda-ng.org/main/trunk@12510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/ekhtml/ekhtml_12.vcxproj')
-rw-r--r--plugins/MirOTR/ekhtml/ekhtml_12.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirOTR/ekhtml/ekhtml_12.vcxproj b/plugins/MirOTR/ekhtml/ekhtml_12.vcxproj
index 1707a10c2f..7ee878f661 100644
--- a/plugins/MirOTR/ekhtml/ekhtml_12.vcxproj
+++ b/plugins/MirOTR/ekhtml/ekhtml_12.vcxproj
@@ -81,6 +81,7 @@
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
@@ -92,6 +93,7 @@
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -101,6 +103,7 @@
<PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>
@@ -114,6 +117,7 @@
<PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FloatingPointModel>Fast</FloatingPointModel>
<FloatingPointExceptions>false</FloatingPointExceptions>
<CreateHotpatchableImage>false</CreateHotpatchableImage>