From 57b3e38e387bcd92087b1c8f8727eb0e9276181f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Thu, 29 Jul 2004 14:20:35 +0000 Subject: [PATCH] *** empty log message *** [SVN r24158] --- test/array.cpp | 8 ++++++++ test/basic.cpp | 8 ++++++++ test/email_example.cpp | 8 ++++++++ test/list_inserter.cpp | 6 ++++++ test/list_of.cpp | 7 +++++++ test/list_of_workaround.cpp | 7 +++++++ test/my_vector_example.cpp | 8 ++++++++ test/std.cpp | 8 ++++++++ 8 files changed, 60 insertions(+) diff --git a/test/array.cpp b/test/array.cpp index cec1892..e39926d 100755 --- a/test/array.cpp +++ b/test/array.cpp @@ -8,6 +8,12 @@ // For more information, see http://www.boost.org/libs/assign/ // +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif #include #include @@ -17,6 +23,8 @@ #include #include + + void check_array() { using namespace std; diff --git a/test/basic.cpp b/test/basic.cpp index d7a58b2..da093cb 100755 --- a/test/basic.cpp +++ b/test/basic.cpp @@ -8,10 +8,18 @@ // For more information, see http://www.boost.org/libs/assign/ // +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include + using namespace std; using namespace boost; using namespace boost::assign; diff --git a/test/email_example.cpp b/test/email_example.cpp index 1ec26ae..976a1a1 100755 --- a/test/email_example.cpp +++ b/test/email_example.cpp @@ -8,6 +8,14 @@ // For more information, see http://www.boost.org/libs/assign/ // + +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include diff --git a/test/list_inserter.cpp b/test/list_inserter.cpp index 87a0503..931d797 100755 --- a/test/list_inserter.cpp +++ b/test/list_inserter.cpp @@ -8,6 +8,12 @@ // For more information, see http://www.boost.org/libs/assign/ // +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif #include diff --git a/test/list_of.cpp b/test/list_of.cpp index fe9c93e..9d4bfbe 100755 --- a/test/list_of.cpp +++ b/test/list_of.cpp @@ -9,6 +9,13 @@ // +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include diff --git a/test/list_of_workaround.cpp b/test/list_of_workaround.cpp index 594c9f2..5a27975 100755 --- a/test/list_of_workaround.cpp +++ b/test/list_of_workaround.cpp @@ -9,6 +9,13 @@ // +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include diff --git a/test/my_vector_example.cpp b/test/my_vector_example.cpp index fec557d..46bd888 100755 --- a/test/my_vector_example.cpp +++ b/test/my_vector_example.cpp @@ -8,6 +8,14 @@ // For more information, see http://www.boost.org/libs/assign/ // + +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include diff --git a/test/std.cpp b/test/std.cpp index 5cb6873..d8ef190 100755 --- a/test/std.cpp +++ b/test/std.cpp @@ -8,6 +8,14 @@ // For more information, see http://www.boost.org/libs/assign/ // + +#include + +#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) +# pragma warn -8091 // supress warning in Boost.Test +# pragma warn -8057 // unused argument argc/argv in Boost.Test +#endif + #include #include #include