提交 dbf77640 编写于 作者: M Megvii Engine Team

fix(mge/mm_handler): fix unused var ins

GitOrigin-RevId: 199d084e8f90dba14b66dbac78b1f736b2b2cd3c
上级 3de1fa5b
......@@ -222,6 +222,7 @@ public:
server->run();
auto ins = m_addr2server.emplace(
full_srv_addr, ServerInfo{std::move(server)});
mgb_assert(ins.second);
return port;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册