From 7bc1514bc32d003445d54200d360680ffd0f27e5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Apr 2003 15:13:57 +0000 Subject: [PATCH] Exclude another warning for icc. git-svn-id: https://svn.dealii.org/trunk@7489 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 29f87fe13e..866730a07e 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -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" -- 2.39.5