mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 14:50:22 +00:00
client/windows: add common\ssl_verify.c/h to project
disable WarnAsError, due to c/c++ warnings
This commit is contained in:
parent
4ea4d4dc35
commit
ccddcdb82a
@ -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"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\ssl_verify.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threads.cpp"
|
||||
>
|
||||
@ -862,6 +866,10 @@
|
||||
RelativePath="..\gui\softtexture.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\common\ssl_verify.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\threads.h"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user