mirror of
https://github.com/Xahau/xahaud.git
synced 2026-07-25 16:10:15 +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