To prevent unititialized fields use
I did not find a way to tell the compiler to warn on missing initialization of structs (PODs).
To prevent unititialized fields use
I did not find a way to tell the compiler to warn on missing initialization of structs (PODs).