mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add option to enable -Wextra for gcc/clang.
This commit is contained in:
@@ -46,7 +46,7 @@ SHAMapInnerNode::clone(std::uint32_t seq) const
|
||||
std::lock_guard lock(childLock);
|
||||
for (int i = 0; i < 16; ++i)
|
||||
p->mChildren[i] = mChildren[i];
|
||||
return std::move(p);
|
||||
return p;
|
||||
}
|
||||
|
||||
std::shared_ptr<SHAMapAbstractNode>
|
||||
|
||||
Reference in New Issue
Block a user