Kirill Smelkov <kirr@xxxxxxxxxx> writes: > + parents_sha1 = xmalloc(nparent * sizeof(parents_sha1[0])); > + for (i = 0; i < nparent; i++) > + parents_sha1[i] = parents->sha1[i]; > + > + /* fake list head, so worker can assume it is non-NULL */ > + struct combine_diff_path paths_head; decl-after-statement; please fix. > + paths_head.next = NULL; > + > + struct strbuf base; likewise. -- 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