Peter Miller wrote: > This patch adds the gcc -Wextra flag, and fixes all the warnings it > produces. Rejecting this patch. The C standard specifies that structure elements after the last explicitly initialized one are all zero-filled. Explicit initialization is not required.