]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/pq_multi_thread_pass.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / sync / mutual_exclusion / sync_pq / pq_multi_thread_pass.cpp
index d0626b98280d40378432ef5ab244a5bea582d875..92e183079db876c4041ed9c5fd23d632078cd839 100644 (file)
 
 #include <boost/core/lightweight_test.hpp>
 
+#ifdef BOOST_MSVC
+#pragma warning(disable: 4127) // conditional expression is constant
+#endif
+
 typedef boost::concurrent::sync_priority_queue<int> sync_pq;
 
 int call_pull(sync_pq* q, boost::barrier* go)