mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 01:20:53 +00:00
Fix -Wmaybe-uninitialized warning
This commit is contained in:
parent
70ecec1a7c
commit
a9d081e504
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user