mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-10 21:22:20 +03:00
Add -Wextra-semi compiler flag
Summary: Cleaned up extra semicolons for compatibility with other projects enforcing the flag, included flag in build Reviewed By: lnicco, JunqiWang Differential Revision: D21794945 fbshipit-source-id: ae2ee637aadeef35a99d89f9b8deaa2e7d636ed7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f46dff82e2
commit
8e785bbfc2
@@ -565,7 +565,7 @@ void QuicServer::setEventBaseObserver(
|
||||
runOnAllWorkers([observer](auto worker) {
|
||||
worker->getEventBase()->setObserver(observer);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
void QuicServer::startPacketForwarding(const folly::SocketAddress& destAddr) {
|
||||
if (initialized_) {
|
||||
|
||||
Reference in New Issue
Block a user