From 89729540451528b7dac1e5f3b24633dbafd632da Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 8 Oct 2012 11:52:33 +0000 Subject: [PATCH] Avoid warning about unused argument. git-svn-id: https://svn.dealii.org/trunk@27000 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_levels.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_levels.h b/deal.II/include/deal.II/dofs/dof_levels.h index e35c38aa05..d7fd5d8785 100644 --- a/deal.II/include/deal.II/dofs/dof_levels.h +++ b/deal.II/include/deal.II/dofs/dof_levels.h @@ -101,8 +101,8 @@ namespace internal void serialize(Archive & ar, const unsigned int version); }; - - + + template inline std::size_t @@ -112,13 +112,13 @@ namespace internal MemoryConsumption::memory_consumption (dof_object)); } - + template template inline void DoFLevel::serialize (Archive &ar, - const unsigned int version) + const unsigned int) { ar & cell_dof_indices_cache; ar & dof_object; -- 2.39.5