mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 19:51:31 +00:00
Merge pull request #3773 from lucasderraugh/patch-1
Fix unused variable 'message' warning
This commit is contained in:
commit
6f02f198c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user