From 6d1e0a9a814a62f473081d00b54857a53e678596 Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Fri, 8 Jul 2016 23:35:46 +0300 Subject: [PATCH] Set VS C++ warning level to 3 for all projects. --- code/win32/vs/botlib.vcxproj | 4 ++-- code/win32/vs/cgame.vcxproj | 4 ++-- code/win32/vs/game.vcxproj | 4 ++-- code/win32/vs/quake3.vcxproj | 4 ++-- code/win32/vs/renderer.vcxproj | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/win32/vs/botlib.vcxproj b/code/win32/vs/botlib.vcxproj index f70c790..146c074 100644 --- a/code/win32/vs/botlib.vcxproj +++ b/code/win32/vs/botlib.vcxproj @@ -104,7 +104,7 @@ true - Level4 + Level3 true CompileAsCpp @@ -130,7 +130,7 @@ true - Level4 + Level3 true CompileAsCpp diff --git a/code/win32/vs/cgame.vcxproj b/code/win32/vs/cgame.vcxproj index 4b29bcd..39f335d 100644 --- a/code/win32/vs/cgame.vcxproj +++ b/code/win32/vs/cgame.vcxproj @@ -195,7 +195,7 @@ true MultiThreaded true - Level4 + Level3 true @@ -232,7 +232,7 @@ true MultiThreaded true - Level4 + Level3 true diff --git a/code/win32/vs/game.vcxproj b/code/win32/vs/game.vcxproj index 5e03355..91b0700 100644 --- a/code/win32/vs/game.vcxproj +++ b/code/win32/vs/game.vcxproj @@ -195,7 +195,7 @@ true MultiThreaded true - Level4 + Level3 true @@ -232,7 +232,7 @@ true MultiThreaded true - Level4 + Level3 true diff --git a/code/win32/vs/quake3.vcxproj b/code/win32/vs/quake3.vcxproj index 5c377d7..8bb11b4 100644 --- a/code/win32/vs/quake3.vcxproj +++ b/code/win32/vs/quake3.vcxproj @@ -201,7 +201,7 @@ true MultiThreaded true - Level4 + Level3 true CompileAsCpp @@ -237,7 +237,7 @@ true MultiThreaded true - Level4 + Level3 true CompileAsCpp diff --git a/code/win32/vs/renderer.vcxproj b/code/win32/vs/renderer.vcxproj index 408160d..20dc906 100644 --- a/code/win32/vs/renderer.vcxproj +++ b/code/win32/vs/renderer.vcxproj @@ -106,7 +106,7 @@ true MultiThreaded true - Level4 + Level3 true CompileAsCpp @@ -126,7 +126,7 @@ true MultiThreaded true - Level4 + Level3 true CompileAsCpp