mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
fixed issues reported by Klocwork
This commit is contained in:
parent
78f954f58f
commit
18e594e7ff
@ -132,6 +132,7 @@ private:
|
||||
ThreadData():
|
||||
thread(0),
|
||||
prio(PRIO_NORMAL_IMPL),
|
||||
osPrio(),
|
||||
policy(SCHED_OTHER),
|
||||
done(Event::EVENT_MANUALRESET),
|
||||
stackSize(POCO_THREAD_STACK_SIZE),
|
||||
|
Loading…
x
Reference in New Issue
Block a user