Warnings: teeks99-dkr-dc16-20 - thread / clang-linux-16~c++20
Rev 2759c7927262022f7feba04b85283746a6f93206 / Sun, 14 Jun 2026 05:17:39 +0000
ex_producer_consumer
../libs/thread/test/../example/producer_consumer.cpp:55:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer.cpp:78:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer.cpp:98:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
3 warnings generated.
                
ex_producer_consumer2
../libs/thread/test/../example/producer_consumer2.cpp:58:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer2.cpp:81:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer2.cpp:101:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
3 warnings generated.
                
ex_producer_consumer2_lib
../libs/thread/test/../example/producer_consumer2.cpp:58:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer2.cpp:81:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer2.cpp:101:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
3 warnings generated.
                
ex_producer_consumer_bounded
../libs/thread/test/../example/producer_consumer_bounded.cpp:56:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer_bounded.cpp:78:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
2 warnings generated.
                
ex_producer_consumer_bounded_lib
../libs/thread/test/../example/producer_consumer_bounded.cpp:56:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer_bounded.cpp:78:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
2 warnings generated.
                
ex_producer_consumer_lib
../libs/thread/test/../example/producer_consumer.cpp:55:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer.cpp:78:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
../libs/thread/test/../example/producer_consumer.cpp:98:13: warning: variable 'i' set but not used [-Wunused-but-set-variable]
3 warnings generated.
                
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-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-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-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
1 warning generated.
                
sync_bounded_q_single_thread_p
../libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/single_thread_pass.cpp:594:69: warning: variable 'i' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/single_thread_pass.cpp:415:70: warning: variable 'i' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
2 warnings generated.
                
sync_bounded_q_single_thread_p_lib
../libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/single_thread_pass.cpp:594:69: warning: variable 'i' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
../libs/thread/test/sync/mutual_exclusion/sync_bounded_queue/single_thread_pass.cpp:415:70: warning: variable 'i' is uninitialized when passed as a const reference argument here [-Wuninitialized-const-reference]
2 warnings 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.