修复编译警告

This commit is contained in:
xia-chu
2025-08-09 15:42:28 +08:00
parent d2e099bd23
commit 57fede9508
13 changed files with 36 additions and 36 deletions

View File

@@ -91,7 +91,7 @@ std::string PacketRecvRateContext::dump(){
}
printer <<"\r\n";
return std::move(printer);
return printer;
}
EstimatedLinkCapacityContext::EstimatedLinkCapacityContext(TimePoint start) : _start(start) {
for (size_t i = 0; i < SIZE; i++) {