mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 07:18:01 +00:00
Merge pull request #556 from schu/fix-sign-compare
tests-clar: fix warning sign-compare
This commit is contained in:
commit
4ef52315d9
@ -6,7 +6,7 @@ static git_strarray ref_list;
|
|||||||
|
|
||||||
static void ensure_no_refname_starts_with_a_forward_slash(const char *path)
|
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_repository_open(&repo, path));
|
||||||
cl_git_pass(git_reference_listall(&ref_list, repo, GIT_REF_LISTALL));
|
cl_git_pass(git_reference_listall(&ref_list, repo, GIT_REF_LISTALL));
|
||||||
|
Loading…
Reference in New Issue
Block a user