From: Wolfgang Bangerth Date: Tue, 26 Jul 2016 03:30:23 +0000 (-0600) Subject: Avoid a warning. X-Git-Tag: v8.5.0-rc1~843^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148ee20ec15659d59cacde18592255d952aacc61;p=dealii.git Avoid a warning. --- diff --git a/include/deal.II/dofs/dof_accessor.templates.h b/include/deal.II/dofs/dof_accessor.templates.h index 88966fc613..21f279c8a0 100644 --- a/include/deal.II/dofs/dof_accessor.templates.h +++ b/include/deal.II/dofs/dof_accessor.templates.h @@ -2309,6 +2309,7 @@ get_mg_dof_indices (const int, const unsigned int fe_index) const { (void) dof_indices; + (void) fe_index; Assert (this->dof_handler != 0, ExcInvalidObject ()); Assert (dof_indices.size () == this->dof_handler->get_fe ()[fe_index].dofs_per_vertex,