aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorTim Hughes <tim@twistedfury.com>2014-04-21 21:06:40 +0800
committerTim Hughes <tim@twistedfury.com>2014-04-23 05:57:12 +0800
commit39a5c080511012373e860dcd3e44585c336beb72 (patch)
treed5a88e06988e8a6b433202fac76d4bf6b374ace9 /main.cpp
parentcd2168dddab68763a65cec9949e4c8ea1c70b725 (diff)
downloaddexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar.gz
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar.bz2
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar.lz
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar.xz
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.tar.zst
dexon-solidity-39a5c080511012373e860dcd3e44585c336beb72.zip
VS2013 build working again:
- Added ICU download and compile steps to bootstrap.sh. - Switched Qt to shared libraries and enabled ICU and Webkit. - Switched to shared MS CRT. - Disable C4244 and C4267 warnings since these are not picked up by GCC.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 4205c6a4..97f32cce 100644
--- a/main.cpp
+++ b/main.cpp
@@ -44,8 +44,7 @@ BOOST_AUTO_TEST_CASE(basic_tests)
std::cout << toHex(s.out()) << std::endl;
std::cout << sha3(s.out()) << std::endl;*/
- int r = 0;
-
+// int r = 0;
// r += daggerTest();
// r += stateTest();
// r += peerTest(argc, argv);