]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/assert/test/verify_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / assert / test / verify_test.cpp
index 3481636c747eed6f2006830253ec8fbe2adb32e8..ea46d53af7e34df363d0c4854f84e82ee652aa02 100644 (file)
@@ -9,7 +9,11 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 //
 
-#include <boost/detail/lightweight_test.hpp>
+#include <boost/core/lightweight_test.hpp>
+
+#if defined(__GNUC__)
+# pragma GCC diagnostic ignored "-Waddress"
+#endif
 
 #include <boost/assert.hpp>