fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.bind.Wunused-local-typedefs.warnings.patch
blob0f8c573e55a0d2f68de9a59a10219bdac4d0fadf
1 --- misc/boost_1_44_0/boost/bind/arg.hpp
2 +++ misc/build/boost_1_44_0/boost/bind/arg.hpp
3 @@ -35,6 +35,8 @@
5 // static assert I == is_placeholder<T>::value
6 typedef char T_must_be_placeholder[ I == is_placeholder<T>::value? 1: -1 ];
7 + T_must_be_placeholder dummy; (void) dummy;
8 + // silence -Werror=unused-local-typedefs (GCC 4.8)