summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-12 12:11:29 +0300
committerArnon Gilboa <agilboa@redhat.com>2011-05-12 15:13:40 +0300
commitccddcdb82a5269f0950db9cc28993087884a5a1d (patch)
treef0db739252c97c11035cc2897580e66de688c3b6 /client/windows
parent4ea4d4dc357d7bbc30979b36b80a7671736b07f5 (diff)
downloadspice-ccddcdb82a5269f0950db9cc28993087884a5a1d.tar.gz
spice-ccddcdb82a5269f0950db9cc28993087884a5a1d.tar.xz
spice-ccddcdb82a5269f0950db9cc28993087884a5a1d.zip
client/windows: add common\ssl_verify.c/h to project
disable WarnAsError, due to c/c++ warnings
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/redc.vcproj12
1 files 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"
/>
@@ -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>