summaryrefslogtreecommitdiff
path: root/tests/diff/notify.c
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2015-11-20 20:48:51 +0200
committerJacques Germishuys <jacquesg@striata.com>2015-11-20 20:48:51 +0200
commit87428c556f36066040a79ffab416939a0ff9bae1 (patch)
treefdfedfb1c1fd64fdaaf577aecd26e7280e40ab7f /tests/diff/notify.c
parent69d1494873ee170ae33c37943c75bf7fa1c9d89d (diff)
downloadlibgit2-87428c556f36066040a79ffab416939a0ff9bae1.tar.gz
Fix some warnings
Diffstat (limited to 'tests/diff/notify.c')
-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);