]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/math/tools/detail/rational_horner3_5.hpp
Updated boost to v1.55.0
[rsem.git] / boost / math / tools / detail / rational_horner3_5.hpp
index 333b7fd2e84b097508b1b658e60033d233dedd10..23a606855b62f1f8fd447ffb4ad5fcf1e4cbb554 100644 (file)
@@ -12,7 +12,7 @@
 namespace boost{ namespace math{ namespace tools{ namespace detail{
 
 template <class T, class U, class V>
-inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<0>*)
+inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*)
 {
    return static_cast<V>(0);
 }