Fix -Wmaybe-uninitialized warning

This commit is contained in:
Michael Schubert 2013-02-10 19:36:39 +01:00
parent 70ecec1a7c
commit a9d081e504

View File

@ -653,7 +653,7 @@ static int update_refs_from_report(
{
git_pkt_ref *ref;
push_spec *push_spec;
push_status *push_status;
push_status *push_status = NULL;
size_t i, j, refs_len;
int cmp;