修复clang下编译警告和错误

This commit is contained in:
xiongziliang
2021-05-08 19:33:51 +08:00
parent e81d91988d
commit 0377796c03
6 changed files with 10 additions and 11 deletions

View File

@@ -149,7 +149,7 @@ string FCI_REMB::dumpString() const {
for (auto &ssrc : ((FCI_REMB *) this)->getSSRC()) {
printer << ssrc << " ";
}
return printer;
return std::move(printer);
}
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////