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]
../boost/test/utils/algorithm.hpp:120:42: warning: 'bind1st<std::pointer_to_binary_function<char, char, bool>, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../boost/test/utils/algorithm.hpp:170:60: warning: 'bind1st<std::pointer_to_binary_function<char, char, bool>, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../boost/test/utils/algorithm.hpp:172:58: warning: 'bind1st<std::pointer_to_binary_function<char, char, bool>, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../boost/test/utils/algorithm.hpp:217:60: warning: 'bind1st<std::pointer_to_binary_function<char, char, bool>, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
../boost/test/utils/algorithm.hpp:219:58: warning: 'bind1st<std::pointer_to_binary_function<char, char, bool>, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
9 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.
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.