From bd2ba571e43f02f28628a655e01d892ff955906e Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 11 Oct 2017 22:29:01 +0200 Subject: [PATCH] Be more descriptive for the disabled remarks --- cmake/setup_compiler_flags_intel.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/setup_compiler_flags_intel.cmake b/cmake/setup_compiler_flags_intel.cmake index d6ca789a8d..89b47e539f 100644 --- a/cmake/setup_compiler_flags_intel.cmake +++ b/cmake/setup_compiler_flags_intel.cmake @@ -56,7 +56,7 @@ ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-ansi") ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-w2") # -# Disable remarks: +# Disable remarks like "Inlining inhibited by limit max-size" # ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-diag-disable=remark") -- 2.39.5