mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 20:42:23 +00:00
Merge pull request #362 from schu/fix-missing-initializer
mwindow.c: fix -Wmissing-field-initializers
This commit is contained in:
commit
86960158fa
@ -47,7 +47,12 @@ static git_mwindow_ctl ctl = {
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
DEFAULT_WINDOW_SIZE,
|
DEFAULT_WINDOW_SIZE,
|
||||||
DEFAULT_MAPPED_LIMIT
|
DEFAULT_MAPPED_LIMIT,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
{0, 0, 0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user