mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix compiler error.
This commit is contained in:
parent
f869f25b84
commit
8c315a18c9
@ -780,7 +780,7 @@ bool CommandLineInterface::link()
|
|||||||
{
|
{
|
||||||
// Map from how the libraries will be named inside the bytecode to their addresses.
|
// Map from how the libraries will be named inside the bytecode to their addresses.
|
||||||
map<string, h160> librariesReplacements;
|
map<string, h160> librariesReplacements;
|
||||||
size_t const placeholderSize = 40; // 20 bytes or 40 hex characters
|
int const placeholderSize = 40; // 20 bytes or 40 hex characters
|
||||||
for (auto const& library: m_libraries)
|
for (auto const& library: m_libraries)
|
||||||
{
|
{
|
||||||
string const& name = library.first;
|
string const& name = library.first;
|
||||||
|
Loading…
Reference in New Issue
Block a user