Project

General

Profile

« Previous | Next » 

Revision aa44b290

Added by shyouhei (Shyouhei Urabe) over 5 years ago

suppress uninitialized variable warnings

Starting GCC 7, warnings about uninitialized variables are issued around
them. Such warnings could be false positives (all versions of clang do
not warn), but adding initializers there could never be bad things.