mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 13:52:32 +00:00
ssh: Fix unused warning
This commit is contained in:
parent
84a85d1bec
commit
8baeb8a480
@ -670,6 +670,7 @@ int git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *p
|
||||
return 0;
|
||||
#else
|
||||
GIT_UNUSED(owner);
|
||||
GIT_UNUSED(payload);
|
||||
|
||||
assert(out);
|
||||
*out = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user