]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add -wd1572 to the icc configuration
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 31 Oct 2012 15:49:43 +0000 (15:49 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 31 Oct 2012 15:49:43 +0000 (15:49 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@27264 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/setup_compiler_flags_intel.cmake

index 73c770722155fd67fb1eede0a6a1f837ed1210b3..9a556ac14aa1d8ce2f7ac85ec423a99fdd734aca 100644 (file)
@@ -60,10 +60,12 @@ ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-w2")
 #   -w175  subscript out of range
 #   -w177  declared but not referenced
 #   -w1478 deprecation warning
+#   -w1572 floating-point equality and inequality comparisons are unreliable
 #
 ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd175")
 ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd177")
 ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd1478")
+ENABLE_IF_SUPPORTED(CMAKE_CXX_FLAGS "-wd1572")
 
 
 #############################

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.