Fixed libstreflop warnings

This commit is contained in:
mathusummut
2018-10-04 17:58:42 +02:00
parent 50a9339e09
commit 171415cc11
5 changed files with 17 additions and 17 deletions

View File

@@ -135,7 +135,8 @@ namespace Shared {
// =====================================
Thread::Thread() : thread(NULL),
mutexthreadAccessor(new Mutex(CODE_AT_LINE)),
deleteAfterExecute(false), currentState(thrsNew) {
currentState(thrsNew),
deleteAfterExecute(false) {
addThreadToList();
}