2
0
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:
Gennadiy Rozental
2009-11-23 03:04:38 +00:00
parent 9fd5f405b4
commit 3cfc484d8d
4 changed files with 8 additions and 2 deletions

View File

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