mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-29 20:17:17 +00:00
tests-clar: fix warning sign-compare
Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
parent
6d39c0dd6f
commit
90e6c6203d
@ -6,7 +6,7 @@ static git_strarray ref_list;
|
||||
|
||||
static void ensure_no_refname_starts_with_a_forward_slash(const char *path)
|
||||
{
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
cl_git_pass(git_repository_open(&repo, path));
|
||||
cl_git_pass(git_reference_listall(&ref_list, repo, GIT_REF_LISTALL));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user