Skip to content

Commit

Permalink
Remove static logContext
Browse files Browse the repository at this point in the history
Summary: This fixes the compiler warning

Reviewed By: yfeldblum

Differential Revision: D52766398

fbshipit-source-id: 325d6bd091a9986c625cc25d9ce66bb366088483
  • Loading branch information
vener91 authored and facebook-github-bot committed Jan 17, 2024
1 parent a37de00 commit 61bbafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wangle/acceptor/Acceptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void Acceptor::startHandshakeManager(
manager->start(std::move(sslSock));
}

static std::string logContext(folly::AsyncTransport& transport) {
[[maybe_unused]] std::string logContext(folly::AsyncTransport& transport) {
std::string localAddr;
std::string remoteAddr;
int socketFd = -1;
Expand Down

0 comments on commit 61bbafa

Please sign in to comment.