]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/core/test/alloc_construct_cxx11_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / core / test / alloc_construct_cxx11_test.cpp
index 2075d7a2dc4bc3ef04f0a20f52a1a8fcdb91b377..928cec8910d07dbe69ee3987affcc15b94bd9abd 100644 (file)
@@ -10,6 +10,10 @@ Distributed under the Boost Software License, Version 1.0.
 #include <boost/core/alloc_construct.hpp>
 #include <boost/core/lightweight_test.hpp>
 
+#if defined(_MSC_VER)
+# pragma warning(disable: 4100) // unreferenced parameter 'ptr'
+#endif
+
 class type {
 public:
     explicit type(int x)