summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/rolling_sum.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/rolling_sum.hpp')
-rw-r--r--boost/accumulators/statistics/rolling_sum.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/boost/accumulators/statistics/rolling_sum.hpp b/boost/accumulators/statistics/rolling_sum.hpp
index b41ab39e33..bbb7a8e9a0 100644
--- a/boost/accumulators/statistics/rolling_sum.hpp
+++ b/boost/accumulators/statistics/rolling_sum.hpp
@@ -19,7 +19,6 @@
namespace boost { namespace accumulators
{
-
namespace impl
{
///////////////////////////////////////////////////////////////////////////////
@@ -47,7 +46,7 @@ namespace impl
}
template<typename Args>
- result_type result(Args const &args) const
+ result_type result(Args const & /*args*/) const
{
return this->sum_;
}
@@ -87,7 +86,6 @@ namespace extract
}
using extract::rolling_sum;
-
}} // namespace boost::accumulators
#endif