]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container_hash/test/check_float_funcs.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / container_hash / test / check_float_funcs.cpp
index 01d5168e909908bd8b753b605094b4b8436f833b..74ca7cda267e95e4ff1ea3f6601e9d9b2cecf378 100644 (file)
@@ -3,6 +3,11 @@
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#if defined(__GNUC__)
+// in type_traits/is_complete.hpp:47
+#pragma GCC diagnostic ignored "-Wconversion"
+#endif
+
 #include <boost/static_assert.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/type_traits/is_convertible.hpp>