Fix unused variable 'message' warning

This commit is contained in:
Lucas Derraugh 2016-05-05 23:34:23 -04:00 committed by Carlos Martín Nieto
parent cf0396a563
commit 849a1a4345

View File

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