Fix unused variable 'message' warning
diff --git a/src/stransport_stream.c b/src/stransport_stream.c
index 33b6c5c..832f66b 100644
--- a/src/stransport_stream.c
+++ b/src/stransport_stream.c
@@ -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;