svn commit: r295768 - head/usr.sbin/iostat

Conrad Meyer cse.cem at gmail.com
Sat Feb 20 00:49:36 UTC 2016


On Fri, Feb 19, 2016 at 3:06 PM, Gleb Smirnoff <glebius at freebsd.org> wrote:
> Isn't zero filling part of the standard? I don't see why lack of
> explicit zeroing is a warning? Looks a false warning to me.

Yep.  This is Clang being too whiney, IMO.  I think a good workaround
is to add -Wno-missing-field-initializers to warn flags (but otherwise
keep high WARNS).

Best,
Conrad


More information about the svn-src-head mailing list