From 3f98bdb04b7991824f62690718712b232cb3438a Mon Sep 17 00:00:00 2001 From: lundberg Date: Sun, 25 Mar 2018 20:13:21 -0500 Subject: [PATCH] Fix VC warnings about upstream issues Disable some warnings pertaining to Boost issues such as name-hides-global. (cherry-picked from commit a8539cfca0cfd5c79430f430b6f6256987e37c28) --- projectfiles/VC14/campaignd.vcxproj | 1 + projectfiles/VC14/wesnoth.vcxproj | 4 ++-- projectfiles/VC14/wesnothd.vcxproj | 2 +- projectfiles/VC14/wesnothlib.vcxproj | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/projectfiles/VC14/campaignd.vcxproj b/projectfiles/VC14/campaignd.vcxproj index 4cc25deab31f..ad53da8ae5d5 100644 --- a/projectfiles/VC14/campaignd.vcxproj +++ b/projectfiles/VC14/campaignd.vcxproj @@ -115,6 +115,7 @@ $(IntDir)Server\ + 4458 diff --git a/projectfiles/VC14/wesnoth.vcxproj b/projectfiles/VC14/wesnoth.vcxproj index deadac71280c..aeee7e5c124a 100644 --- a/projectfiles/VC14/wesnoth.vcxproj +++ b/projectfiles/VC14/wesnoth.vcxproj @@ -2884,7 +2884,7 @@ $(IntDir)Terrain\ - 4459;%(DisableSpecificWarnings) + 4459;%(DisableSpecificWarnings) $(IntDir)Terrain\ $(IntDir)Terrain\ $(IntDir)Terrain\ @@ -3370,7 +3370,7 @@ - 4706;%(DisableSpecificWarnings) + 4706;%(DisableSpecificWarnings) true true diff --git a/projectfiles/VC14/wesnothd.vcxproj b/projectfiles/VC14/wesnothd.vcxproj index 082148c4ea74..751e2a8f093d 100644 --- a/projectfiles/VC14/wesnothd.vcxproj +++ b/projectfiles/VC14/wesnothd.vcxproj @@ -222,7 +222,7 @@ $(IntDir)Server\ - 4706;4458;%(DisableSpecificWarnings) + 4706;4458;%(DisableSpecificWarnings) $(IntDir)Server\ $(IntDir)Server\ diff --git a/projectfiles/VC14/wesnothlib.vcxproj b/projectfiles/VC14/wesnothlib.vcxproj index 705c6a1ec87c..9db4eb773699 100644 --- a/projectfiles/VC14/wesnothlib.vcxproj +++ b/projectfiles/VC14/wesnothlib.vcxproj @@ -145,17 +145,17 @@ - 4459;%(DisableSpecificWarnings) + 4459;%(DisableSpecificWarnings) - 4706;%(DisableSpecificWarnings) + 4706;%(DisableSpecificWarnings) - 4706;%(DisableSpecificWarnings) + 4706;%(DisableSpecificWarnings)