]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/throw_exception/test/throw_exception_no_exceptions_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / throw_exception / test / throw_exception_no_exceptions_test.cpp
index 467dab50b72393971f3b0aaf3078ce6ce3e843ae..8bfb95e7c923221ada9ffca1895c54fd90c9120a 100644 (file)
@@ -8,6 +8,10 @@
 #include <boost/throw_exception.hpp>
 #include <cstdlib>
 
+#if defined(_MSC_VER)
+# pragma warning(disable: 4702) // unreachable code
+#endif
+
 class my_exception: public std::exception {};
 
 int main()