mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set error flag to true.
This commit is contained in:
parent
2364c55735
commit
17199edb4f
@ -426,6 +426,7 @@ bool CompilerStack::checkLibraryNameClashes()
|
|||||||
));
|
));
|
||||||
|
|
||||||
m_errors.push_back(err);
|
m_errors.push_back(err);
|
||||||
|
clashFound = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
libraries[contract->name()] = contract->location();
|
libraries[contract->name()] = contract->location();
|
||||||
|
Loading…
Reference in New Issue
Block a user