]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant2/test/variant_get_by_type.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / variant2 / test / variant_get_by_type.cpp
index 47daa94c2a35ccf6a65ff7518e4e16ff63a0e6bc..8f44a7e52f5190c3aa3be1c325678cc572c4e38e 100644 (file)
@@ -6,6 +6,12 @@
 // See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt
 
+#if defined( __clang__ ) && defined( __has_warning )
+# if __has_warning( "-Wdeprecated-volatile" )
+#  pragma clang diagnostic ignored "-Wdeprecated-volatile"
+# endif
+#endif
+
 #include <boost/variant2/variant.hpp>
 #include <boost/core/lightweight_test.hpp>
 #include <boost/core/lightweight_test_trait.hpp>