From 47a79287774ea717863f8927055d23f184215d08 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 13 Sep 2001 08:55:06 +0000 Subject: [PATCH] Doc. git-svn-id: https://svn.dealii.org/trunk@4988 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index e71923939a..83ef76056f 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -485,6 +485,10 @@ dnl that this comparison is always true. This is, at the best, annoying dnl since it crops up at several places where std::advance is called from dnl inside the library. Check whether the present version of the compiler dnl has this problem +dnl +dnl This test is only called if gcc is used. +dnl +dnl Usage: DEAL_II_CHECK_ADVANCE_WARNING AC_DEFUN(DEAL_II_CHECK_ADVANCE_WARNING, dnl AC_LANG_CPLUSPLUS CXXFLAGS="$CXXFLAGSG -Werror" -- 2.39.5