Add lots of value constructors.

This commit is contained in:
Jared Boone 2016-11-26 16:50:44 -08:00
parent cd31ae86d7
commit 4eb0facacb
54 changed files with 194 additions and 217 deletions

View file

@ -86,7 +86,7 @@ private:
static Thread* thread;
volatile Result _result { Result::Incomplete };
Stats _stats;
Stats _stats { };
static msg_t static_fn(void* arg) {
auto obj = static_cast<SDCardTestThread*>(arg);