From: Wolfgang Bangerth Date: Mon, 24 Jul 2000 08:33:04 +0000 (+0000) Subject: Remove unused parm, as that generated warnings. X-Git-Tag: v8.0.0~20225 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4263b943c5cdcf568bfea44ff8a4f760905d2a10;p=dealii.git Remove unused parm, as that generated warnings. git-svn-id: https://svn.dealii.org/trunk@3201 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/derivative_approximation.cc b/deal.II/deal.II/source/numerics/derivative_approximation.cc index c3c80d2b2b..dcc4727af7 100644 --- a/deal.II/deal.II/source/numerics/derivative_approximation.cc +++ b/deal.II/deal.II/source/numerics/derivative_approximation.cc @@ -125,7 +125,7 @@ template inline double DerivativeApproximation::SecondDerivative:: -derivative_norm (const Derivative &d) +derivative_norm (const Derivative &) { // computing the spectral norm is // not so simple in general. it is