From 209be0738c5079b7a8ef3f7da786c00a244a780a Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Tue, 1 Oct 2024 13:22:20 -0700 Subject: [PATCH] missed a spot --- source/tls_channel_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tls_channel_handler.c b/source/tls_channel_handler.c index ff9fd031c..4c304a25a 100644 --- a/source/tls_channel_handler.c +++ b/source/tls_channel_handler.c @@ -300,7 +300,7 @@ int aws_tls_ctx_options_set_secitem_options( #endif /* __APPLE__ */ - (void)options; + (void)tls_ctx_options; (void)secitem_options; AWS_LOGF_ERROR(AWS_LS_IO_TLS, "static: Setting of secitem options only supported on Apple."); return aws_raise_error(AWS_ERROR_PLATFORM_NOT_SUPPORTED);