http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55805
Jason Merrill <jason at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jason at gcc dot gnu.org Resolution| |INVALID --- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-13 05:06:52 UTC --- This is the purpose of the warning; to indicate when some fields do not have an explicit initializer during aggregate initialization and are therefore value-initialized. If you don't want this warning, you can turn it off with -Wno-missing-field-initializers.