less complaints from the Intel compiler

This commit is contained in:
Martin Diehl 2019-05-17 05:12:01 +00:00
parent 7b620e3ce9
commit 68d2d1dd5e
1 changed files with 2 additions and 0 deletions

View File

@ -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 ...