]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/math/tools/detail/rational_horner3_18.hpp
Updated boost to v1.55.0
[rsem.git] / boost / math / tools / detail / rational_horner3_18.hpp
index 19e0a5337b6344d7a9ed15e265da036c20fa6bd5..5401e9f3a2b25b875d516e6bed246d0f32a4687d 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);
 }