From 8c315a18c9ed7ad8b1fdec53d21e425137e89079 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 6 Sep 2016 11:57:21 +0200 Subject: Fix compiler error. --- solc/CommandLineInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solc/CommandLineInterface.cpp') 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 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; -- cgit v1.2.3