fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.boost_static_assert_unused_attribute.patch.0
blobef54a7fdcce572819d571e072e7a59594e404507
1 --- boost/static_assert.hpp
2 +++ boost/static_assert.hpp
3 @@ -67,7 +67,7 @@
4  //
5  // If the compiler warns about unused typedefs then enable this:
6  //
7 -#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)))
8 +#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined __clang__
9  #  define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused))
10  #else
11  #  define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE