mirror of
https://github.com/boostorg/test.git
synced 2026-02-19 14:52:09 +00:00
More warnings silenced
[SVN r57856]
This commit is contained in:
@@ -503,7 +503,7 @@ TEST_CASE( test_BOOST_CHECK_BITWISE_EQUAL )
|
||||
//____________________________________________________________________________//
|
||||
|
||||
struct A {
|
||||
friend std::ostream& operator<<( std::ostream& str, A const& a ) { str << "struct A"; return str;}
|
||||
friend std::ostream& operator<<( std::ostream& str, A const& ) { str << "struct A"; return str;}
|
||||
};
|
||||
|
||||
TEST_CASE( test_BOOST_TEST_MESSAGE )
|
||||
|
||||
Reference in New Issue
Block a user