ex_std_thread_guard
../libs/thread/test/../example/std_thread_guard.cpp:39:11: warning: definition of implicit copy constructor for 'func' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
1 warning generated.
ex_std_thread_guard_lib
../libs/thread/test/../example/std_thread_guard.cpp:39:11: warning: definition of implicit copy constructor for 'func' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
1 warning generated.
test_shared_mutex_timed_locks
../libs/thread/test/test_shared_mutex_timed_locks.cpp:66:43: warning: unused variable 'timeout_resolution' [-Wunused-variable]
../libs/thread/test/test_shared_mutex_timed_locks.cpp:100:43: warning: unused variable 'timeout_resolution' [-Wunused-variable]
../libs/thread/test/test_shared_mutex_timed_locks.cpp:167:43: warning: unused variable 'timeout_resolution' [-Wunused-variable]
3 warnings generated.