Kaydet (Commit) f08f0d15 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Forgot to add patch file

Change-Id: Ia7c09a5bac9b644814b8c4891bb958e28937fa33
üst 037a1ada
--- boost/static_assert.hpp
+++ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment