summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stransport_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stransport_stream.c b/src/stransport_stream.c
index 8d28b3ceb..66be58a21 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;