summaryrefslogtreecommitdiff
path: root/tests-clar/diff/patch.c
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-05-01 14:28:18 +0200
committerMichael Schubert <schu@schu.io>2012-05-01 15:13:14 +0200
commit52877c897504ed610bc957b88b6ba9e442077c07 (patch)
tree089571d51e47a459010d4e2c56e8158f66bc452a /tests-clar/diff/patch.c
parent960d778619f60eebda2d9b18a40d21495ad03f6b (diff)
downloadlibgit2-52877c897504ed610bc957b88b6ba9e442077c07.tar.gz
tests-clar/diff: mark output_len unused
Diffstat (limited to 'tests-clar/diff/patch.c')
-rw-r--r--tests-clar/diff/patch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/diff/patch.c b/tests-clar/diff/patch.c
index 3da9ce82b..fdb79a475 100644
--- a/tests-clar/diff/patch.c
+++ b/tests-clar/diff/patch.c
@@ -30,6 +30,7 @@ static int check_removal_cb(
size_t output_len)
{
GIT_UNUSED(cb_data);
+ GIT_UNUSED(output_len);
switch (line_origin) {
case GIT_DIFF_LINE_FILE_HDR: