mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 12:05:21 +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;
|
return 0;
|
||||||
#else
|
#else
|
||||||
GIT_UNUSED(owner);
|
GIT_UNUSED(owner);
|
||||||
|
GIT_UNUSED(payload);
|
||||||
|
|
||||||
assert(out);
|
assert(out);
|
||||||
*out = NULL;
|
*out = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user