2
0
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:
Gennadiy Rozental
2009-01-04 19:48:53 +00:00
parent 5e8316054a
commit 8f3c8252ae
6 changed files with 45 additions and 47 deletions

View File

@@ -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;