On 03/07/2010 01:44 PM, Erik Faye-Lund wrote: > 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? > Figured as much. Not a problem to fix. Thanks. -- 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