Lukas Sandström <lukass@xxxxxxxxxxxxxxxx> writes: > +static void parse_bogus_from(const struct strbuf *line) > { > ... > +static void handle_from(const struct strbuf *from) > { > ... > if (!at) > - return bogus_from(line); > + return parse_bogus_from(from); That's GCCism isn't it? I'll queue this probably for 'pu' with local fixups, so no need to resend for this particular issue, though. -- 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