From: Timo Heister Date: Fri, 31 Jul 2020 17:34:30 +0000 (-0400) Subject: suppress boost warnings X-Git-Tag: v9.3.0-rc1~1233^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10774%2Fhead;p=dealii.git suppress boost warnings noticed when compiling with clang10 and bundled boost --- diff --git a/include/deal.II/grid/tria_accessor.templates.h b/include/deal.II/grid/tria_accessor.templates.h index a8e940da23..a9b3b15cb9 100644 --- a/include/deal.II/grid/tria_accessor.templates.h +++ b/include/deal.II/grid/tria_accessor.templates.h @@ -29,7 +29,9 @@ #include #include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS #include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS #include