From 99aedf56b6c3a4d5de81e062a75bd83ff6802e59 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Wed, 2 Sep 2015 22:58:54 +0200 Subject: [PATCH] fixed compiler warning in dof_tools_constraints --- source/dofs/dof_tools_constraints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5