]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable same warning for icc as for cxx previously (both EDG based,
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Feb 2003 16:27:03 +0000 (16:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Feb 2003 16:27:03 +0000 (16:27 +0000)
after all)

git-svn-id: https://svn.dealii.org/trunk@7205 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 42d5b209485ba2834e7fe6be3a9477a59605c89c..762594a489b13c473df32b1bf8895b7880df6f0d 100644 (file)
@@ -365,6 +365,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
       intel_icc*)
           dnl Disable some compiler warnings, as they often are wrong on
           dnl our code:
+         dnl  #11: ` unrecognized preprocessing directive" (we use
+         dnl       #warning at one place)
           dnl #175: `subscript out of range' (doesn't take into account that
           dnl       some code is only reachable for some dimensions)
           dnl #327: `NULL reference is not allowed' (this happens when we
@@ -374,8 +376,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
           dnl #525: `type "DataOutBase::DataOutBase" is an inaccessible type
           dnl       (allowed for compatibility)' (I don't understand what the
           dnl       compiler means)
-          CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -DDEBUG -inline_debug_info"
-          CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -ip -unroll -w0 -wd424"
+          CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -DDEBUG -inline_debug_info"
+          CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -ip -unroll -w0 -wd424 -wd11"
           CXXFLAGSPIC="-KPIC"
           LDFLAGSPIC="-KPIC -shared"
 
index 562f25134eff43f9ad0520c84e1af7d73aed9c99..3434254630d5ae76e684baf515088127f1b03605 100755 (executable)
@@ -3039,8 +3039,8 @@ rm -f conftest.$ac_objext conftest.$ac_ext
           ;;
 
       intel_icc*)
-                                                                                                                        CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -DDEBUG -inline_debug_info"
-          CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -ip -unroll -w0 -wd424"
+                                                                                                                                     CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -DDEBUG -inline_debug_info"
+          CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -ip -unroll -w0 -wd424 -wd11"
           CXXFLAGSPIC="-KPIC"
           LDFLAGSPIC="-KPIC -shared"
 

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.