mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 15:14:37 +01:00
fixed issues reported by Klocwork
This commit is contained in:
parent
7c43cc8ec2
commit
8d053e259c
@ -119,6 +119,7 @@ private:
|
||||
ThreadData():
|
||||
thread(0),
|
||||
prio(PRIO_NORMAL_IMPL),
|
||||
osPrio(),
|
||||
policy(SCHED_OTHER),
|
||||
done(false),
|
||||
stackSize(POCO_THREAD_STACK_SIZE),
|
||||
|
Loading…
x
Reference in New Issue
Block a user