From: Timo Heister Date: Mon, 6 Jul 2015 08:36:11 +0000 (-0400) Subject: disable muparser warnings X-Git-Tag: v8.3.0-rc1~51^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fd5cd371bbff785e4db5af9a90dea71c1b339c;p=dealii.git disable muparser warnings suppress -Wnested-anon-types warning with clang 3.6 in muParser. --- diff --git a/source/base/function_parser.cc b/source/base/function_parser.cc index 06da1ddec9..61aef60acf 100644 --- a/source/base/function_parser.cc +++ b/source/base/function_parser.cc @@ -20,7 +20,9 @@ #ifdef DEAL_II_WITH_MUPARSER +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS #include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS #else namespace fparser