From d36ca844ab6b9531a9089d9ff281013735a02a81 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 22 Nov 2004 21:31:24 +0000 Subject: [PATCH] Disable another useless warning. git-svn-id: https://svn.dealii.org/trunk@9800 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 054c733ebd..0d18bed442 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -458,7 +458,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl dnl (valid, but annoying and sometimes hard to work around) 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" + dnl #1572: floating-point equality and inequality comparisons are unreliable + CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -wd424 -wd11 -wd1572 -wd734 -wd858 -DDEBUG -inline_debug_info" CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll -w0 -wd424 -wd11" CXXFLAGSPIC="-KPIC" LDFLAGSPIC="-KPIC" -- 2.39.5