[test] gcc 4.2.1 unused warnings reappear in 1.39

Hello Boost Users,
I just upgraded from boost 1.38 to 1.39 on Mac OS X with darwin gcc
4.2.1 and noticed the following warnings:
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -dynamic
-no-cpp-precomp -gdwarf-2 -arch x86_64 -fPIC -DBOOST_ALL_NO_LIB=1
-DBOOST_TEST_DYN_LINK -DSHARK_DEBUG -DSHARK_DYN_LINK
-I"/Users/hauer/sys/boost_1_39-darwin-x86_64-xgcc42/include"
-I"common/src" -I"utils/src" -c -o
"utils/bin/darwin-4.2.1/debug/address-model-64/architecture-x86/test/shark/dtm/DateParserTest.o"
"utils/test/shark/dtm/DateParserTest.cpp"
/Users/hauer/sys/boost_1_39-darwin-x86_64-xgcc42/include/boost/test/floating_point_comparison.hpp:224:
warning: ‘boost::test_tools::<unnamed>::check_is_close’ defined but
not used
/Users/hauer/sys/boost_1_39-darwin-x86_64-xgcc42/include/boost/test/floating_point_comparison.hpp:246:
warning: ‘boost::test_tools::<unnamed>::check_is_small’ defined but
not used
Following the thread here:
http://lists.boost.org/boost-users/2008/10/41326.php it seems that
this was already something that got addressed a while ago and if I
diff the header against 1.38 I notice this change for instance:
namespace {
-check_is_close_t const& check_is_close =
unit_test::ut_detail::static_constant
participants (1)
-
Sebastian Hauer