mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
cba33db26d
* Ocilib update to 4.7.5 * vcpkg x-add-version --all * Remove port-version * vcpkg x-add-version --all * Update vcpkg_from_github.REF * vcpkg x-add-version --all --overwrite-version --------- Co-authored-by: jjll <jjll@gmv.com>
41 lines
1.8 KiB
Diff
41 lines
1.8 KiB
Diff
diff --git a/proj/dll/ocilib_dll.vcxproj b/proj/dll/ocilib_dll.vcxproj
|
|
index 1caf1d3..b7d36ea 100644
|
|
--- a/proj/dll/ocilib_dll.vcxproj
|
|
+++ b/proj/dll/ocilib_dll.vcxproj
|
|
@@ -116,7 +116,7 @@
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>EnableAllWarnings</WarningLevel>
|
|
- <TreatWarningAsError>true</TreatWarningAsError>
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
@@ -173,7 +173,7 @@
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<DisableSpecificWarnings>4255;4668;4996;4710;4711;4738;4774;4820;5045</DisableSpecificWarnings>
|
|
- <TreatWarningAsError>true</TreatWarningAsError>
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>OCI_CHARSET_ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -223,7 +223,7 @@
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<DisableSpecificWarnings>4255;4668;4996;4710;4711;4738;4774;4820;5045</DisableSpecificWarnings>
|
|
- <TreatWarningAsError>true</TreatWarningAsError>
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>OCI_CHARSET_WIDE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -276,7 +276,7 @@
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<DisableSpecificWarnings>4255;4668;4996;4710;4711;4738;4774;4820;5045</DisableSpecificWarnings>
|
|
- <TreatWarningAsError>true</TreatWarningAsError>
|
|
+ <TreatWarningAsError>false</TreatWarningAsError>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>OCI_CHARSET_WIDE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|