mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Disable warning in after_main_test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user