From b835d4f4b9dfe2892888cf3fea82217da20486d2 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 16 Aug 2002 09:29:57 +0000 Subject: [PATCH] Calm down a warning. git-svn-id: https://svn.dealii.org/trunk@6331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/polynomial.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/base/source/polynomial.cc b/deal.II/base/source/polynomial.cc index 28050a6720..bb1c2d00d9 100644 --- a/deal.II/base/source/polynomial.cc +++ b/deal.II/base/source/polynomial.cc @@ -142,6 +142,10 @@ Polynomial::shift(std::vector& coefficients, "about the bug and when it occurs in the aclocal.m4 file in the " "top level directory (watch for the string " "DEAL_II_LONG_DOUBLE_LOOP_BUG)")); + // calm down warning for unused + // args. note that this code is + // actually unreachable + coefficients[0] = offset; #else // Copy coefficients to a vector of // accuracy given by the argument -- 2.39.5