Commit 8baeb8a4 by Vicent Marti

ssh: Fix unused warning

parent 84a85d1b
...@@ -670,6 +670,7 @@ int git_transport_ssh_with_paths(git_transport **out, git_remote *owner, void *p ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment