From e5383a123d9e8e4bfaa0775a0ca9000a74914528 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Mar 2019 20:11:03 +0100 Subject: cmake: fix spurious linker warning Issue: #883 Reported by: @Slion --- cmake/opentrack-platform.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 63e64e4a..a76da8b5 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -140,6 +140,7 @@ if(MSVC) add_link_options(-DYNAMICBASE -NXCOMPAT) add_link_options(-WX) add_link_options(-ignore:4020) + add_link_options(-ignore:4217) # debug build endif() if(APPLE) -- cgit v1.2.3