Commit 4ef52315 by Vicent Martí

Merge pull request #556 from schu/fix-sign-compare

tests-clar: fix warning sign-compare
parents 6d39c0dd 90e6c620
......@@ -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