fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.concept_check.Wunused-local-typedefs.warnings.patch
blob309679441f23b609cb5155fcfd96c5e125b32543
1 --- misc/boost_1_44_0/boost/concept/detail/general.hpp
2 +++ misc/build/boost_1_44_0/boost/concept/detail/general.hpp
3 @@ -68,7 +68,9 @@
4 # define BOOST_CONCEPT_ASSERT_FN( ModelFnPtr ) \
5 typedef ::boost::concepts::detail::instantiate< \
6 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
7 - BOOST_PP_CAT(boost_concept_check,__LINE__)
8 + BOOST_PP_CAT(boost_concept_check,__LINE__); \
9 + void BOOST_PP_CAT(boost_concept_check_dummy,__LINE__)(BOOST_PP_CAT(boost_concept_check,__LINE__) *)
10 + // silence -Werror=unused-local-typedefs (GCC 4.8)