X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Fmath%2Ftools%2Fdetail%2Fpolynomial_horner1_11.hpp;fp=boost%2Fmath%2Ftools%2Fdetail%2Fpolynomial_horner1_11.hpp;h=f0cf67e959bb85d6e77ffd2a2ef474fdef541491;hp=8e2232c534d3f35ead07eff5ff2061ac9f0146a3;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/math/tools/detail/polynomial_horner1_11.hpp b/boost/math/tools/detail/polynomial_horner1_11.hpp index 8e2232c..f0cf67e 100644 --- a/boost/math/tools/detail/polynomial_horner1_11.hpp +++ b/boost/math/tools/detail/polynomial_horner1_11.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); }