mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 13:48:41 +00:00
reset test: fix initialization warning
This commit is contained in:
parent
488e2b8505
commit
ad8aa11288
@ -238,7 +238,7 @@ void test_reset_hard__reflog_is_correct(void)
|
||||
|
||||
void test_reset_hard__switch_file_to_dir(void)
|
||||
{
|
||||
git_index_entry entry = { 0 };
|
||||
git_index_entry entry = {{ 0 }};
|
||||
git_index *idx;
|
||||
git_object *commit;
|
||||
git_tree *tree;
|
||||
|
Loading…
Reference in New Issue
Block a user