diff --git a/fizz/server/ServerProtocol.cpp b/fizz/server/ServerProtocol.cpp index 5af0b635fee..5e36ab9eca3 100644 --- a/fizz/server/ServerProtocol.cpp +++ b/fizz/server/ServerProtocol.cpp @@ -690,7 +690,7 @@ static void validateGroups(const std::vector& client_shares) { } static std::tuple> negotiateGroup( - ProtocolVersion version, + ProtocolVersion /*version*/, const ClientHello& chlo, const std::vector& supportedGroups) { auto groups = getExtension(chlo.extensions); @@ -747,7 +747,7 @@ static HelloRetryRequest getHelloRetryRequest( CipherSuite cipher, NamedGroup group, Buf legacySessionId, - HandshakeContext& handshakeContext) { + HandshakeContext& /*handshakeContext*/) { HelloRetryRequest hrr; hrr.legacy_version = ProtocolVersion::tls_1_2; hrr.legacy_session_id_echo = std::move(legacySessionId);