X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Fmath%2Ftools%2Ffraction.hpp;h=b245ddd2a3620c1f87aa033d70163ed91d217135;hp=a9938094a76257e3be28097486ac448b9e69f6da;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/math/tools/fraction.hpp b/boost/math/tools/fraction.hpp index a993809..b245ddd 100644 --- a/boost/math/tools/fraction.hpp +++ b/boost/math/tools/fraction.hpp @@ -33,7 +33,7 @@ namespace detail typedef typename Gen::result_type result_type; typedef typename Gen::result_type value_type; - static result_type a(const value_type& v) + static result_type a(const value_type&) { return 1; }