mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Resolved compiler warning in evalEntry
This commit is contained in:
@ -156,7 +156,7 @@ Foam::tokenList Foam::functionEntries::evalEntry::evaluate
|
||||
OTstream toks;
|
||||
result.writeValue(toks);
|
||||
|
||||
return toks;
|
||||
return std::move(toks);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user