From ebfaf269f65f3e54b6365ac936e7f21832f92e3b Mon Sep 17 00:00:00 2001 From: Chris Burel Date: Mon, 19 Jul 2021 11:43:44 -0700 Subject: [PATCH] Remove special compiler flags for unsupported VS2017 compiler Signed-off-by: Chris Burel --- cmake/Platform/Common/MSVC/Configurations_msvc.cmake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cmake/Platform/Common/MSVC/Configurations_msvc.cmake b/cmake/Platform/Common/MSVC/Configurations_msvc.cmake index 156f6bbfd9..41de1bd6a0 100644 --- a/cmake/Platform/Common/MSVC/Configurations_msvc.cmake +++ b/cmake/Platform/Common/MSVC/Configurations_msvc.cmake @@ -116,14 +116,6 @@ else() ) endif() -if(CMAKE_GENERATOR MATCHES "Visual Studio 15") - # Visual Studio 2017 has problems with [[maybe_unused]] on lambdas. Sadly, there is no different warning, so 4100 has to remain disabled on 2017 - ly_append_configurations_options( - COMPILATION - /wd4100 - ) -endif() - # Configure system includes ly_set(LY_CXX_SYSTEM_INCLUDE_CONFIGURATION_FLAG /experimental:external # Turns on "external" headers feature for MSVC compilers