summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2019-05-25 11:12:18 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-08-27 14:15:33 +0200
commit393df3fc7d86785a5b6e2e653024e88e7e726b39 (patch)
treeb9ecb64a24f59fa141b99f55b669c73e3d5cba74
parentgbuild: stop defining _USING_V110_SDK71_ (diff)
downloadcore-393df3fc7d86785a5b6e2e653024e88e7e726b39.tar.gz
core-393df3fc7d86785a5b6e2e653024e88e7e726b39.zip
Disable warning C4005 for Vista-compatible SDK 7.1A builds
No point in pulling in all warning fixes from 5.4 Change-Id: I926b2b41628d7059ec9187918ac9df9c1160dfe6
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index ab6f27f6794e..91d2cdc4f218 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -152,6 +152,7 @@ gb_CFLAGS := \
-nologo \
-W4 \
-wd4091 \
+ -wd4005 \
$(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4100) \
-wd4127 \
$(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4189) \
@@ -194,6 +195,7 @@ gb_CXXFLAGS := \
-nologo \
-W4 \
-wd4091 \
+ -wd4005 \
$(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4100) \
-wd4127 \
$(if $(filter 0,$(gb_DEBUGLEVEL)),-wd4189) \
@@ -259,7 +261,6 @@ gb_PCHWARNINGS = \
-we4651 \
-we4652 \
-we4653 \
- -we4005 \
gb_STDLIBS := \
advapi32.lib \