Hi Paul,

[...]
  jg> main.c:420: warning: missing initializer
  jg> main.c:420: warning: (near initialization for `switches[30].type')

This one, IMO, could be a bug in GCC.  As far as I can tell the
initializer is correct.  The only way to avoid the warning seems to be
to put a full suite of 0 initializations into the last element.  But
that shouldn't be necessary, if I remember my ISO standard properly.

It it would not do any harm, perhaps we could consider filling in the
missing entries with 0?

Kind regards
JG


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to