mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 02:11:40 +00:00
diff: fix warning
This commit is contained in:
parent
2da72fb21c
commit
519072c9bf
@ -825,6 +825,8 @@ int test_names_expected(const git_diff_delta *delta, float progress, void *p)
|
||||
{
|
||||
struct rename_expected *expected = p;
|
||||
|
||||
GIT_UNUSED(progress);
|
||||
|
||||
cl_assert(expected->idx < expected->len);
|
||||
|
||||
cl_assert_equal_i(delta->status, GIT_DELTA_RENAMED);
|
||||
|
Loading…
Reference in New Issue
Block a user