X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=boost%2Fmath%2Ftools%2Fdetail%2Fpolynomial_horner3_12.hpp;h=340567400b90c760f00ecf85805ac4f4242c517d;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hp=d17d3c586d8c0d0e560398f199e51b7b0d114b69;hpb=a95154919f950f86de9104b2b9dcf1f0c7e83387;p=rsem.git diff --git a/boost/math/tools/detail/polynomial_horner3_12.hpp b/boost/math/tools/detail/polynomial_horner3_12.hpp index d17d3c5..3405674 100644 --- a/boost/math/tools/detail/polynomial_horner3_12.hpp +++ b/boost/math/tools/detail/polynomial_horner3_12.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); }