summaryrefslogtreecommitdiff
path: root/boost/signals2/detail/auto_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/signals2/detail/auto_buffer.hpp')
-rw-r--r--boost/signals2/detail/auto_buffer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/signals2/detail/auto_buffer.hpp b/boost/signals2/detail/auto_buffer.hpp
index 8007b3c6b9..0970d3da90 100644
--- a/boost/signals2/detail/auto_buffer.hpp
+++ b/boost/signals2/detail/auto_buffer.hpp
@@ -98,7 +98,7 @@ namespace detail
}
template< class SizeType >
- static bool should_shrink( SizeType size, SizeType capacity )
+ static bool should_shrink( SizeType, SizeType )
{
//
// @remark: when defining a new grow policy, one might
@@ -257,7 +257,7 @@ namespace detail
auto_buffer_destroy( buffer );
}
- void destroy_back_n( size_type n, const boost::true_type& )
+ void destroy_back_n( size_type, const boost::true_type& )
{ }
void destroy_back_n( size_type n )