Commit 6f02f198 by Edward Thomson

Merge pull request #3773 from lucasderraugh/patch-1

Fix unused variable 'message' warning
parents 17a93afa 2527db87
......@@ -33,6 +33,7 @@ int stransport_error(OSStatus ret)
CFRelease(message);
#else
giterr_set(GITERR_NET, "SecureTransport error: OSStatus %d", (unsigned int)ret);
GIT_UNUSED(message);
#endif
return -1;
......
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