fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.wunused.patch
blob8a7cab40f2a3c82816e419000b3a16a204c5a4f9
1 --- foo/foo/foo/boost/multi_array/base.hpp
2 +++ foo/foo/foo/boost/multi_array/base.hpp
3 @@ -501,6 +501,7 @@
4 // the "far side" of the range (the top if stride is positive, the bottom
5 // if stride is negative).
6 index bound_adjustment = stride < 0 ? 1 : 0;
7 + (void) bound_adjustment;
8 BOOST_ASSERT(((index_bases[n] - bound_adjustment) <= finish) &&
9 (finish <= (index_bases[n] + index(extents[n]) - bound_adjustment)));
10 #endif // BOOST_DISABLE_ASSERTS
11 --- foo/foo/foo/boost/unordered/detail/table.hpp
12 +++ foo/foo/foo/boost/unordered/detail/table.hpp
13 @@ -458,6 +458,7 @@
14 // According to 23.2.1.8, if propagate_on_container_swap is
15 // false the behaviour is undefined unless the allocators
16 // are equal.
17 + (void) other;
18 BOOST_ASSERT(node_alloc() == other.node_alloc());