*** empty log message ***

[SVN r24160]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-29 14:28:41 +00:00
parent bea144c2a8
commit f94261d0aa
9 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
#include <boost/config.hpp>
#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
# pragma warn -8091 // supress warning in Boost.Test
# pragma warn -8057 // unused argument argc/argv in Boost.Test
#endif