summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/windows.mk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-30 15:20:40 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 15:22:38 +0200
commit686611019fee67e130452ad0b4abe50647d948fb (patch)
treef35824c3131b4803fc58d52b93f4419038e2e839 /solenv/gbuild/platform/windows.mk
parent21f40d6f9460d378059d136afcdae3a56b98cb5d (diff)
move disabling of LNK4217
since it's Visual Studio specific, not Windows-specific Change-Id: I740b392f1aa9ff9c534b0e2fe021de7f93495e4c
Diffstat (limited to 'solenv/gbuild/platform/windows.mk')
-rw-r--r--solenv/gbuild/platform/windows.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 42cb134028b3..a2e621d67215 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -50,9 +50,4 @@ gb_Executable_LAYER := \
# empty to avoid --warn-undefined-functions
gb_Library__set_soversion_script_platform =
-# Prevent warning spamming
-# Happens because of the way we link our unit tests with our libraries.
-gb_LinkTarget_LDFLAGS += \
- /ignore:4217
-
# vim:set noexpandtab: