Fix -Wsometimes-uninitialized warning in release build

This commit is contained in:
mogemimi 2016-06-16 14:27:52 +09:00
parent 5fa57ae5c1
commit 01aaff66c8
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public:
} \
break;
void* address;
void* address = nullptr;
switch (adjusted_size)
{