]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Take out another warning from icc.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 2004 21:30:07 +0000 (21:30 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 20 Apr 2004 21:30:07 +0000 (21:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@9077 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 76f188e8d7753c2d7e02f06d609d05e4412a282d..f45a48127c2c8f4a01c7d335ee06f2e6128b3e5a 100644 (file)
@@ -452,7 +452,9 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
          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"
+         dnl #858: `type qualifier on return type is meaningless'
+         dnl       (on conversion operators to types that are already const)
+          CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd734 -wd858 -DDEBUG -inline_debug_info"
           CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll -w0 -wd424 -wd11"
           CXXFLAGSPIC="-KPIC"
           LDFLAGSPIC="-KPIC"

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.