disable WarnAsError, due to c/c++ warnings
---
 client/windows/redc.vcproj |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index 87d018c..17032f7 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"
                        />
@@ -633,6 +633,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\common\ssl_verify.c"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\threads.cpp"
                                >
                        </File>
@@ -863,6 +867,10 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\common\ssl_verify.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\threads.h"
                                >
                        </File>
-- 
1.7.4.1

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to