From 26e8a263bda065658a4d13631081f927b5dd9966 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 25 Apr 2015 11:53:14 +0200 Subject: [PATCH] Silence extra diagnostics in the testsuite --- tests/tests.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tests.h b/tests/tests.h index 0c75269b76..38c4558577 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -32,6 +32,11 @@ #include #include +// silence extra diagnostics in the testsuite +#ifdef DEAL_II_DISABLE_EXTRA_DIAGNOSTICS +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS +#endif + // implicitly use the deal.II namespace everywhere, without us having to say // so in each and every testcase -- 2.39.5