From: wolf Date: Fri, 16 Aug 2002 09:29:57 +0000 (+0000) Subject: Calm down a warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b835d4f4b9dfe2892888cf3fea82217da20486d2;p=dealii-svn.git Calm down a warning. git-svn-id: https://svn.dealii.org/trunk@6331 0785d39b-7218-0410-832d-ea1e28bc413d --- 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