diff options
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index d87429b5..f0a34632 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -780,7 +780,7 @@ bool CommandLineInterface::link() { // Map from how the libraries will be named inside the bytecode to their addresses. 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) { string const& name = library.first; |