mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 20:36:44 +00:00
Fixed unused warning in tests/rebase/merge.c
This commit is contained in:
parent
891cc5045f
commit
cf2380a623
@ -517,6 +517,11 @@ void rebase_checkout_progress_cb(
|
||||
void *payload)
|
||||
{
|
||||
int *called = payload;
|
||||
|
||||
GIT_UNUSED(path);
|
||||
GIT_UNUSED(completed_steps);
|
||||
GIT_UNUSED(total_steps);
|
||||
|
||||
*called = 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user