X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=boost%2Fmath%2Ftools%2Fdetail%2Fpolynomial_horner2_8.hpp;h=ac8e9411800768de2dd28f079d6411a787223494;hb=HEAD;hp=ba92c21e20ea0b722545b23162a2893aa86aac96;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387;p=rsem.git diff --git a/boost/math/tools/detail/polynomial_horner2_8.hpp b/boost/math/tools/detail/polynomial_horner2_8.hpp index ba92c21..ac8e941 100644 --- a/boost/math/tools/detail/polynomial_horner2_8.hpp +++ b/boost/math/tools/detail/polynomial_horner2_8.hpp @@ -12,7 +12,7 @@ namespace boost{ namespace math{ namespace tools{ namespace detail{ template -inline V evaluate_polynomial_c_imp(const T* a, const V&, const mpl::int_<0>*) +inline V evaluate_polynomial_c_imp(const T*, const V&, const mpl::int_<0>*) { return static_cast(0); }