From: bangerth Date: Mon, 4 Mar 2013 16:22:09 +0000 (+0000) Subject: Suppress warnings. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95603f6729a53b9077937644eff46cfdee96bd59;p=dealii-svn.git Suppress warnings. git-svn-id: https://svn.dealii.org/trunk@28726 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_handler_policy.cc b/deal.II/source/dofs/dof_handler_policy.cc index 7de2d8a957..59708663cb 100644 --- a/deal.II/source/dofs/dof_handler_policy.cc +++ b/deal.II/source/dofs/dof_handler_policy.cc @@ -1649,11 +1649,11 @@ namespace internal template void communicate_mg_dof_indices_on_marked_cells - (const DoFHandler<1,spacedim> &dof_handler, - const std::map > &vertices_with_ghost_neighbors, - const std::vector &coarse_cell_to_p4est_tree_permutation, - const std::vector &p4est_tree_to_coarse_cell_permutation, - const unsigned int level) + (const DoFHandler<1,spacedim> &, + const std::map > &, + const std::vector &, + const std::vector &, + const unsigned int) { Assert (false, ExcNotImplemented()); } @@ -1670,7 +1670,11 @@ namespace internal const unsigned int level) { #ifndef DEAL_II_USE_P4EST + (void)dof_handler; (void)vertices_with_ghost_neighbors; + (void)coarse_cell_to_p4est_tree_permutation; + (void)p4est_tree_to_coarse_cell_permutation; + (void)level; Assert (false, ExcNotImplemented()); #else