From 107697e406c73e995d93dd081eed017107f20ebf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 21 Sep 2017 14:06:09 -0600 Subject: [PATCH] Suppress a warning about an unused argument. --- include/deal.II/matrix_free/dof_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/dof_info.h b/include/deal.II/matrix_free/dof_info.h index 98ad91d413..ed6c65c4d3 100644 --- a/include/deal.II/matrix_free/dof_info.h +++ b/include/deal.II/matrix_free/dof_info.h @@ -66,7 +66,7 @@ namespace internal /** * Copy constructor. */ - DoFInfo (const DoFInfo &dof_info) = default; + DoFInfo (const DoFInfo &) = default; /** * Clear all data fields in this class. -- 2.39.5