]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Exclude another warning for icc.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Apr 2003 15:13:57 +0000 (15:13 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Apr 2003 15:13:57 +0000 (15:13 +0000)
git-svn-id: https://svn.dealii.org/trunk@7489 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 29f87fe13eb1feddd918bc2b2d17c76fcafff147..866730a07e38663d175453d4289e1790d55aafcd 100644 (file)
@@ -376,7 +376,10 @@ 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 -wd11 -DDEBUG -inline_debug_info"
+         dnl #734: `X::X(const X&), required for copy that was eliminated, is
+         dnl       inaccessible'
+         dnl       (valid, but annoying and sometimes hard to work around)
+          CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -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.