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:
@@ -819,7 +819,7 @@ static boost::optional <STObject> parseObject (
|
||||
// Some inner object types have templates. Attempt to apply that.
|
||||
data.applyTemplateFromSField (inName); // May throw
|
||||
|
||||
return std::move (data);
|
||||
return data;
|
||||
}
|
||||
catch (STObject::FieldErr const&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user