diff options
Diffstat (limited to 'devel/boost-libs/files/patch-boost_static__assert.hpp')
-rw-r--r-- | devel/boost-libs/files/patch-boost_static__assert.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/boost-libs/files/patch-boost_static__assert.hpp b/devel/boost-libs/files/patch-boost_static__assert.hpp deleted file mode 100644 index 2c283f96ccdb..000000000000 --- a/devel/boost-libs/files/patch-boost_static__assert.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- boost/static_assert.hpp.orig 2013-09-21 20:17:00 UTC -+++ boost/static_assert.hpp -@@ -67,7 +67,7 @@ - // - // If the compiler warns about unused typedefs then enable this: - // --#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) -+#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7))) || defined(__clang__) - # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE __attribute__((unused)) - #else - # define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE |