mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build fix for MacOS.
This commit is contained in:
parent
287f0a2ddf
commit
8f7c4e0cc2
@ -397,7 +397,7 @@ StringMap CompilerStack::loadMissingSources(SourceUnit const& _ast, std::string
|
||||
*err <<
|
||||
errinfo_sourceLocation(import->location()) <<
|
||||
errinfo_comment("Source not found: " + errorMessage);
|
||||
m_errors.push_back(move(err));
|
||||
m_errors.push_back(std::move(err));
|
||||
continue;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user