Stephan Beyer <s-be...@gmx.net> writes:

> +static struct commit *extract_merge_to_queue(struct commit_list **merges)
> +{
> +     assert(merges);
> +
> +     struct commit_list *p, *q;
> +     struct commit *found;
> +

"gcc -Werror -Wdecl-after-statement" will barf at this.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to