]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/function/test/function_n_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / function / test / function_n_test.cpp
index 418c46fd3e7e322a7c641c3bcddba237dc4e4716..7fcf3f2e5219e84697ddf2cd6f42a636fb5dac2f 100644 (file)
@@ -7,6 +7,12 @@
 
 // For more information, see http://www.boost.org
 
+#if defined(__clang__) && defined(__has_warning)
+# if __has_warning( "-Wself-assign-overloaded" )
+#  pragma clang diagnostic ignored "-Wself-assign-overloaded"
+# endif
+#endif
+
 #include <boost/function.hpp>
 #include <boost/core/lightweight_test.hpp>
 #include <functional>