fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.signals2.unused.parameters.patch
blob342f8300a2042b6631e481fa7b89337223500d5d
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& )
18 { }
20 void destroy_back_n( size_type n )