mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-28 22:13:46 +00:00
Fix compilation warning
This commit is contained in:
parent
e090a5681b
commit
ef8871515b
@ -116,7 +116,7 @@ void test_object_tree_duplicateentries__cannot_create_a_duplicate_entry_through_
|
||||
tree_checker(&tid, "4e0883eeeeebc1fb1735161cea82f7cb5fab7e63", GIT_FILEMODE_TREE);
|
||||
}
|
||||
|
||||
void add_fake_conflicts(git_index *index)
|
||||
static void add_fake_conflicts(git_index *index)
|
||||
{
|
||||
git_index_entry ancestor_entry, our_entry, their_entry;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user