Disable warning in after_main_test

This commit is contained in:
Peter Dimov
2021-09-16 19:49:17 +03:00
parent 19f9d0c5b4
commit a3187439e3

View File

@ -5,8 +5,13 @@
#include <boost/system/error_code.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/core/quick_exit.hpp>
#include <boost/config.hpp>
#include <cerrno>
#if defined(BOOST_MSVC)
# pragma warning(disable: 4722) // Z::~Z never returns
#endif
using namespace boost::system;
struct Z