algorithm-test
../libs/test/test/utils-ts/algorithm-test.cpp:66:97: warning: 'ptr_fun<char, char, bool>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
../libs/test/test/utils-ts/algorithm-test.cpp:80:112: warning: 'ptr_fun<char, char, bool>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
../libs/test/test/utils-ts/algorithm-test.cpp:96:115: warning: 'ptr_fun<char, char, bool>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
../libs/test/test/utils-ts/algorithm-test.cpp:115:119: warning: 'ptr_fun<char, char, bool>' is deprecated: use 'std::function' instead [-Wdeprecated-declarations]
4 warnings generated.
assertion-construction-test
../libs/test/test/writing-test-ts/assertion-construction-test.cpp:347:55: warning: overloaded operator << has higher precedence than comparison operator [-Woverloaded-shift-op-parentheses]
../libs/test/test/writing-test-ts/assertion-construction-test.cpp:347:51: note: place parentheses around the '<<' expression to silence this warning
1 warning generated.
doc-exception_check
/mnt/fs1/run/teeks99-01/run/boost_root/libs/test/doc/examples/exception_check.run-fail.cpp:16:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
1 warning generated.
message-in-datatestcase-test
../libs/test/test/framework-ts/message-in-datatestcase-test.cpp:61:12: warning: variable 'setup_error_caught' set but not used [-Wunused-but-set-variable]
1 warning generated.
unit_test_example_12
../libs/test/example/unit_test_example_12.cpp:69:13: warning: 'bind1st<boost::mem_fun1_t<bool, hash_function<4>, char>, hash_function<4> *>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
1 warning generated.