From 68d2d1dd5e23f765dae80269634ed343256378f4 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 17 May 2019 05:12:01 +0000 Subject: [PATCH] less complaints from the Intel compiler --- cmake/Compiler-Intel.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/Compiler-Intel.cmake b/cmake/Compiler-Intel.cmake index 998f60326..60ed46cbc 100644 --- a/cmake/Compiler-Intel.cmake +++ b/cmake/Compiler-Intel.cmake @@ -32,6 +32,8 @@ # disables warnings ... set (COMPILE_FLAGS "${COMPILE_FLAGS} 5268") # ... the text exceeds right hand column allowed on the line (we have only comments there) + set (COMPILE_FLAGS "${COMPILE_FLAGS},7624") + # ... about deprecated forall (has nice syntax and most likely a performance advantage) set (COMPILE_FLAGS "${COMPILE_FLAGS} -warn") # enables warnings ...