]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/core/test/lightweight_test_eq_nullptr.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / core / test / lightweight_test_eq_nullptr.cpp
index fb24a5e7ae6500f8769692f6485a0dc6b83d9ad6..b502f9339b4c47f2f8e99c6aa9c7598fcf165240 100644 (file)
@@ -8,8 +8,12 @@
 // http://www.boost.org/LICENSE_1_0.txt
 //
 
-#include <boost/config.hpp>
+#if defined(_MSC_VER)
+# pragma warning( disable: 4100 ) // nullptr_t parameter unrereferenced
+#endif
+
 #include <boost/core/lightweight_test.hpp>
+#include <boost/config.hpp>
 
 int main()
 {