From 868d430425ecc58d5413ee5813dbb48ca647895e Mon Sep 17 00:00:00 2001 From: Vincent Rogier Date: Tue, 10 Nov 2020 14:22:51 +0100 Subject: [PATCH] Updated Windows DLL project to treat warnings as errors (while keeping level warning to -Wall) --- proj/dll/ocilib_dll_vs2019.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proj/dll/ocilib_dll_vs2019.vcxproj b/proj/dll/ocilib_dll_vs2019.vcxproj index a81bc3ee..3d534c2d 100644 --- a/proj/dll/ocilib_dll_vs2019.vcxproj +++ b/proj/dll/ocilib_dll_vs2019.vcxproj @@ -115,7 +115,7 @@ EnableAllWarnings - false + true CompileAsC @@ -172,6 +172,7 @@ CompileAsC 4255;4668;4996;4710;4711;4738;4774;4820;5045 + true OCI_CHARSET_ANSI;%(PreprocessorDefinitions) @@ -221,7 +222,7 @@ CompileAsC 4255;4668;4996;4710;4711;4738;4774;4820;5045 - false + true OCI_CHARSET_WIDE;%(PreprocessorDefinitions) @@ -274,6 +275,7 @@ CompileAsC 4255;4668;4996;4710;4711;4738;4774;4820;5045 + true OCI_CHARSET_WIDE;%(PreprocessorDefinitions)