When defining a statically sized array with explicit array
initializers, having a warning for uninitialized members is nice.
This warning will only fire on missing elements in an explicitly sized
array initialized with an array initializer. It will not fire on char
arrays that are initialized using a string literal sequence.
This warning is added under a new warning group
-Wmissing-array-initializers.