From 246eba286934e6a4ffe3d66d7a4edb3a43e63ba3 Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Thu, 22 May 2014 21:24:31 +0100 Subject: [PATCH] Fixed windows build errors. --- libethereum/State.cpp | 2 +- windows/LibEthereum.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethereum/State.cpp b/libethereum/State.cpp index 13e9da421..39ade0b82 100644 --- a/libethereum/State.cpp +++ b/libethereum/State.cpp @@ -856,7 +856,7 @@ bool State::isTrieGood() TrieDB storageDB(&m_db, r[2].toHash()); try { - for (auto const& j: storageDB) {} + for (auto const& j: storageDB) { j; } } catch (InvalidTrie) { diff --git a/windows/LibEthereum.props b/windows/LibEthereum.props index 5bfb8da46..7738ca189 100644 --- a/windows/LibEthereum.props +++ b/windows/LibEthereum.props @@ -11,7 +11,7 @@ - 4068;4127;4258;4244;4267;4505;4512;4706;4714 + 4068;4100;4127;4258;4244;4267;4505;4512;4706;4714 Level4 true false