mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 14:39:10 +00:00
tests-clar/diff: mark output_len unused
This commit is contained in:
parent
960d778619
commit
52877c8975
@ -30,6 +30,7 @@ static int check_removal_cb(
|
|||||||
size_t output_len)
|
size_t output_len)
|
||||||
{
|
{
|
||||||
GIT_UNUSED(cb_data);
|
GIT_UNUSED(cb_data);
|
||||||
|
GIT_UNUSED(output_len);
|
||||||
|
|
||||||
switch (line_origin) {
|
switch (line_origin) {
|
||||||
case GIT_DIFF_LINE_FILE_HDR:
|
case GIT_DIFF_LINE_FILE_HDR:
|
||||||
|
Loading…
Reference in New Issue
Block a user