Commit 6f944ab1 by nulltoken

Fix compilation warning

parent 66798ad0
...@@ -144,7 +144,9 @@ void gitno_consume_n(gitno_buffer *buf, size_t cons) ...@@ -144,7 +144,9 @@ void gitno_consume_n(gitno_buffer *buf, size_t cons)
int gitno_ssl_teardown(git_transport *t) int gitno_ssl_teardown(git_transport *t)
{ {
int ret = ret; #ifdef GIT_SSL
int ret;
#endif
if (!t->encrypt) if (!t->encrypt)
return 0; return 0;
......
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