mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
klocwork: fix risk issues
This commit is contained in:
committed by
Konstantinos Margaritis
parent
88a1048ae7
commit
2d521d64a2
@@ -98,6 +98,6 @@ void *Thread::runThread(void *thr) {
|
||||
}
|
||||
|
||||
|
||||
Thread::Thread(size_t num) : thread_id(num) {}
|
||||
Thread::Thread(size_t num) : thread_id(num), thread() {}
|
||||
|
||||
Thread::~Thread() {}
|
||||
|
||||
Reference in New Issue
Block a user