ssh: Fix unused warning

This commit is contained in:
Vicent Marti 2014-07-16 13:03:34 -07:00
parent 84a85d1bec
commit 8baeb8a480

View File

@ -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;