Commit 52877c89 by Michael Schubert

tests-clar/diff: mark output_len unused

parent 960d7786
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment