From: Wolfgang Bangerth Date: Thu, 21 Sep 2017 20:06:09 +0000 (-0600) Subject: Suppress a warning about an unused argument. X-Git-Tag: v9.0.0-rc1~1048^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5122%2Fhead;p=dealii.git Suppress a warning about an unused argument. --- 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.