From 7bc64561a2e63ca93e4b0b31d350773ba80955c2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 1 Apr 2016 20:39:34 +0100 Subject: build: Changed the Visual Studio projects warning level from 3 to 4 After squashing most of our compiler warnings, up'ed the default warning level from 3 to 4 in order to increase the likelyhood of catching future warnings. --- projects/Windows/VC8/lib/libcurl.tmpl | 96 +++++++++++++++++------------------ 1 file changed, 48 insertions(+), 48 deletions(-) (limited to 'projects/Windows/VC8/lib') diff --git a/projects/Windows/VC8/lib/libcurl.tmpl b/projects/Windows/VC8/lib/libcurl.tmpl index aa2eb7d48..65d750d82 100644 --- a/projects/Windows/VC8/lib/libcurl.tmpl +++ b/projects/Windows/VC8/lib/libcurl.tmpl @@ -54,7 +54,7 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - WarningLevel="3" + WarningLevel="4" DebugInformationFormat="3" />