diff: fix warning

This commit is contained in:
yorah 2013-06-14 14:02:00 +02:00
parent 2da72fb21c
commit 519072c9bf

View File

@ -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);