mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
tests-clar: fix warning sign-compare
Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user