mirror of
https://github.com/boostorg/test.git
synced 2026-02-20 15:12:11 +00:00
some warnings disabled
[SVN r50468]
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable: 4702) // unreachable code
|
||||
#endif
|
||||
|
||||
using namespace boost::unit_test;
|
||||
using namespace boost::test_tools;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user