From 65df1f1da452bc0463cf6220f86dc9a78b80b701 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Jan 2015 19:37:00 -0500 Subject: [PATCH 1/2] suppressing over 368 monotonous GlideHQ compiler warnings --- Source/GlideHQ/GlideHQ.vcproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/GlideHQ/GlideHQ.vcproj b/Source/GlideHQ/GlideHQ.vcproj index 90272b06d..1984cb6be 100644 --- a/Source/GlideHQ/GlideHQ.vcproj +++ b/Source/GlideHQ/GlideHQ.vcproj @@ -39,6 +39,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories=""$(Root)Source/3rd Party/wx/src"" UsePrecompiledHeader="0" + WarningLevel="3" /> Date: Thu, 22 Jan 2015 19:37:43 -0500 Subject: [PATCH 2/2] suppressing a few strict level compiler warnings for N-Rage --- Source/nragev20/NRage_Input_V2.vcproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/nragev20/NRage_Input_V2.vcproj b/Source/nragev20/NRage_Input_V2.vcproj index 55ac4e402..d51876493 100644 --- a/Source/nragev20/NRage_Input_V2.vcproj +++ b/Source/nragev20/NRage_Input_V2.vcproj @@ -4,6 +4,7 @@ Version="9.00" Name="NRage_Input_V2" ProjectGUID="{FD617E80-9E40-4138-85DA-B94633972E6A}" + RootNamespace="NRage_Input_V2" TargetFrameworkVersion="131072" > @@ -38,6 +39,7 @@ Name="VCCLCompilerTool" AdditionalIncludeDirectories=""$(Root)Source\3rd Party\directx\include"" UsePrecompiledHeader="0" + WarningLevel="3" />