On Sun, Mar 7, 2010 at 10:33 PM, Stephen Boyd <bebarino@xxxxxxxxx> wrote: > +static struct string_list extra_hdr = { .strdup_strings = 1 }; > +static struct string_list extra_to = { .strdup_strings = 1 }; > +static struct string_list extra_cc = { .strdup_strings = 1 }; > Do we really use this C99 feature (designated initializers)? I think it will break MSVC builds, at least... Perhaps some other non-gcc platforms as well? -- Erik "kusma" Faye-Lund -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html