From 582797c9995cd75583f3109ad30ab647da8b52af Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 13 Jan 2017 18:47:18 +0100 Subject: [PATCH] Disable warning about deprecated functionality. --- include/deal.II/matrix_free/matrix_free.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 0bf111a6cb..c149f9b6b3 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -163,6 +163,9 @@ public: color }; + // avoid warning about use of deprecated variables + DEAL_II_DISABLE_EXTRA_DIAGNOSTICS + /** * Constructor for AdditionalData. */ @@ -310,6 +313,8 @@ public: bool initialize_mapping; }; + DEAL_II_ENABLE_EXTRA_DIAGNOSTICS + /** * @name 1: Construction and initialization */ -- 2.39.5