Commit 52877c897504ed610bc957b88b6ba9e442077c07

Michael Schubert 2012-05-01T14:28:18

tests-clar/diff: mark output_len unused

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests-clar/diff/patch.c b/tests-clar/diff/patch.c
index 3da9ce8..fdb79a4 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: