1 --- a/b/boost/boost/signals2/detail/auto_buffer.hpp.sav 2011-12-21 04:05:37.000000000 +0100
2 +++ a/b/boost/boost/signals2/detail/auto_buffer.hpp 2014-09-13 23:58:51.221215911 +0200
3 @@ -99,7 +99,7 @@ namespace detail
6 template< class SizeType >
7 - static bool should_shrink( SizeType size, SizeType capacity )
8 + static bool should_shrink( __attribute__ ((unused)) SizeType size, __attribute__ ((unused)) SizeType capacity )
11 // @remark: when defining a new grow policy, one might
12 @@ -258,7 +258,7 @@ namespace detail
13 auto_buffer_destroy( buffer );
16 - void destroy_back_n( size_type n, const boost::true_type& )
17 + void destroy_back_n( __attribute__ ((unused)) size_type n, const boost::true_type& )
20 void destroy_back_n( size_type n )