Skip to content

Commit

Permalink
Initialize test data properly (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht authored May 1, 2019
1 parent 470fc97 commit 014dc85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ struct TaskData2
: done(0)
, shed(0)
, task_id(0)
, executed(0)
{
}
static Bikeshed_TaskResult Compute(Bikeshed shed, Bikeshed_TaskID task_id, uint8_t , void* context_data)
Expand Down Expand Up @@ -1204,6 +1205,8 @@ struct StealingNodeWorker
, shed(0)
, condition_variable(0)
, thread(0)
, index(0)
, count(1)
{
}

Expand Down

0 comments on commit 014dc85

Please sign in to comment.