From: Timo Heister Date: Wed, 11 Oct 2017 17:29:54 +0000 (-0400) Subject: enable MSVC warning w4661 X-Git-Tag: v9.0.0-rc1~961^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5228%2Fhead;p=dealii.git enable MSVC warning w4661 As discovered in #5225, these warnings are useful. --- diff --git a/cmake/setup_compiler_flags_msvc.cmake b/cmake/setup_compiler_flags_msvc.cmake index f4cfcabc2d..54406de6e2 100644 --- a/cmake/setup_compiler_flags_msvc.cmake +++ b/cmake/setup_compiler_flags_msvc.cmake @@ -63,7 +63,6 @@ ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4244") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4267") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4996") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4355") -ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4661") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4800") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4146") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "/wd4667")