cmcfarlen commented on code in PR #12103: URL: https://github.com/apache/trafficserver/pull/12103#discussion_r1999772323
########## src/iocore/net/SSLUtils.cc: ########## @@ -1281,7 +1281,7 @@ SSLMultiCertConfigLoader::init_server_ssl_ctx(CertLoadData const &data, const SS } bool -SSLMultiCertConfigLoader::_setup_session_cache(SSL_CTX *ctx) +SSLMultiCertConfigLoader::_setup_session_cache(SSL_CTX * /* ctx */) Review Comment: We've been marking these like: `/* ctx ATS_UNUSED */` so they are more grep-able. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org