]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/math/tools/detail/rational_horner2_8.hpp
Updated boost to v1.55.0
[rsem.git] / boost / math / tools / detail / rational_horner2_8.hpp
index 1405c432f46a40402dd5bfe4e322e6e3c99d8ac0..f8b36ece4a2f0e27c91136ab1c874833863d379f 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);
 }