From ccddcdb82a5269f0950db9cc28993087884a5a1d Mon Sep 17 00:00:00 2001 From: Arnon Gilboa Date: Thu, 12 May 2011 12:11:29 +0300 Subject: [PATCH] client/windows: add common\ssl_verify.c/h to project disable WarnAsError, due to c/c++ warnings --- client/windows/redc.vcproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index 87d018cb..17032f72 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -57,7 +57,7 @@ UsePrecompiledHeader="1" PrecompiledHeaderThrough="common.h" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="4" /> @@ -225,7 +225,7 @@ RuntimeLibrary="0" UsePrecompiledHeader="0" WarningLevel="3" - WarnAsError="true" + WarnAsError="false" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" /> @@ -632,6 +632,10 @@ RelativePath="..\gui\softtexture.cpp" > + + @@ -862,6 +866,10 @@ RelativePath="..\gui\softtexture.h" > + +