From: Denis Davydov Date: Wed, 2 Sep 2015 20:58:54 +0000 (+0200) Subject: fixed compiler warning in dof_tools_constraints X-Git-Tag: v8.4.0-rc2~484^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99aedf56b6c3a4d5de81e062a75bd83ff6802e59;p=dealii.git fixed compiler warning in dof_tools_constraints --- diff --git a/source/dofs/dof_tools_constraints.cc b/source/dofs/dof_tools_constraints.cc index 54e815b16a..a07a13984d 100644 --- a/source/dofs/dof_tools_constraints.cc +++ b/source/dofs/dof_tools_constraints.cc @@ -1034,7 +1034,7 @@ namespace DoFTools template const dealii::hp::FECollection * - get_fe_collection (const dealii::DoFHandler &dof_handler) + get_fe_collection (const dealii::DoFHandler &) { AssertThrow(false, ExcInternalError()); return NULL;