summaryrefslogtreecommitdiff
path: root/boost/math/tools/fraction.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/tools/fraction.hpp')
-rw-r--r--boost/math/tools/fraction.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/tools/fraction.hpp b/boost/math/tools/fraction.hpp
index a9938094a7..b245ddd2a3 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;
}