Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2015-11-20 21:48:51 +0300
committerJacques Germishuys <jacquesg@striata.com>2015-11-20 21:48:51 +0300
commit87428c556f36066040a79ffab416939a0ff9bae1 (patch)
treefdfedfb1c1fd64fdaaf577aecd26e7280e40ab7f /tests/diff
parent69d1494873ee170ae33c37943c75bf7fa1c9d89d (diff)
Fix some warnings
Diffstat (limited to 'tests/diff')
-rw-r--r--tests/diff/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/diff/notify.c b/tests/diff/notify.c
index 74abbc93b..653512795 100644
--- a/tests/diff/notify.c
+++ b/tests/diff/notify.c
@@ -235,6 +235,7 @@ static int progress_abort_diff(
const char *new_path,
void *payload)
{
+ GIT_UNUSED(diff_so_far);
GIT_UNUSED(old_path);
GIT_UNUSED(new_path);
GIT_UNUSED(payload);