minetest/src/threading
Loic Blot 5070ca2111
Fix 5 issues reported by PVS studio
* src/sky.cpp  146     warn    V519 The 'suncolor_f.r' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 142, 146.
* src/sky.cpp  147     warn    V519 The 'suncolor_f.g' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 143, 147.
* src/sky.cpp  148     warn    V519 The 'suncolor_f.b' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 144, 148.
* src/threading/thread.cpp     63      err     V730 Not all members of a class are initialized inside the constructor. Consider inspecting: m_thread_obj.
* src/server.cpp       3243    err     V595 The 'log' pointer was utilized before it was verified against nullptr. Check lines: 3243, 3258.
2018-04-04 08:40:31 +02:00
..
CMakeLists.txt Use C++11 mutexes only (remove compat code) (#5922) 2017-06-06 16:29:28 +02:00
event.cpp Remove threads.h and replace its definitions with their C++11 equivalents (#5957) 2017-06-11 09:43:05 +02:00
event.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
mutex_auto_lock.h Use C++11 mutexes only (remove compat code) (#5922) 2017-06-06 16:29:28 +02:00
semaphore.cpp Fix MinGW 32-bit build 2015-10-03 13:20:43 -04:00
semaphore.h Code modernization: subfolders (#6283) 2017-08-19 22:23:47 +02:00
thread.cpp Thread: fix a crash on Windows due to data race condition on Thread::m_start_finished_mutex (#6515) 2017-10-10 12:27:08 +02:00
thread.h Fix 5 issues reported by PVS studio 2018-04-04 08:40:31 +02:00