Commit 90e6c620 by schu

tests-clar: fix warning sign-compare

Signed-off-by: schu <schu-github@schulog.org>
parent 6d39c0dd
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment