diff options
author | Pierre-Olivier Latour <pol@mac.com> | 2015-06-15 09:52:40 -0700 |
---|---|---|
committer | Pierre-Olivier Latour <pol@mac.com> | 2015-06-15 09:55:12 -0700 |
commit | 0f4d9c03676f4226f6af705ae3ad06fcc5a82eb5 (patch) | |
tree | 7f88a390ac9618be23afb462deb0153302b186f5 /tests/diff/diff_helpers.c | |
parent | f621f087b2cb6f124a64a57ce2e0113dc92d53bb (diff) | |
download | libgit2-0f4d9c03676f4226f6af705ae3ad06fcc5a82eb5.tar.gz |
Fixed Xcode 6.1 build warnings
Diffstat (limited to 'tests/diff/diff_helpers.c')
-rw-r--r-- | tests/diff/diff_helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/diff/diff_helpers.c b/tests/diff/diff_helpers.c index c7352571c..c6cdf803f 100644 --- a/tests/diff/diff_helpers.c +++ b/tests/diff/diff_helpers.c @@ -164,6 +164,8 @@ int diff_foreach_via_iterator( { size_t d, num_d = git_diff_num_deltas(diff); + GIT_UNUSED(binary_cb); + for (d = 0; d < num_d; ++d) { git_patch *patch; const git_diff_delta *delta; |