]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix warning 2158/head
authorTimo Heister <timo.heister@gmail.com>
Thu, 11 Feb 2016 13:16:23 +0000 (08:16 -0500)
committerTimo Heister <timo.heister@gmail.com>
Thu, 11 Feb 2016 13:16:23 +0000 (08:16 -0500)
(unused parameter)

include/deal.II/dofs/dof_accessor.templates.h

index 32ef600810ce5e61bd480cd63fa60a291d4b3d87..f2597af26ea7e7ce969c06ddffb035d00b496b74 100644 (file)
@@ -2371,7 +2371,7 @@ DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access>::operator !=
 template <template <int, int> class DoFHandlerType, int spacedim, bool level_dof_access>
 inline
 TriaIterator<DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access > >
-DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access>::child (const unsigned int i) const
+DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access>::child (const unsigned int /*i*/) const
 {
   return TriaIterator<DoFAccessor<0,DoFHandlerType<1,spacedim>, level_dof_access > >();
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.