mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-24 04:01:07 +03:00
migrate from FOLLY_MAYBE_UNUSED to [[maybe_unused]]
Reviewed By: ot, Orvid, xinchenguo Differential Revision: D54089810 fbshipit-source-id: c88eb520404590c9759e0e29966d1399c26a2244
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d842e7267b
commit
f8ccdde463
@@ -447,7 +447,7 @@ void QuicServerTransport::onCryptoEventAvailable() noexcept {
|
||||
VLOG(10) << "Got crypto event after connection closed " << *this;
|
||||
return;
|
||||
}
|
||||
FOLLY_MAYBE_UNUSED auto self = sharedGuard();
|
||||
[[maybe_unused]] auto self = sharedGuard();
|
||||
updateHandshakeState(*serverConn_);
|
||||
processPendingData(false);
|
||||
// pending data may contain connection close
|
||||
|
||||
Reference in New Issue
Block a user