From 39a5c080511012373e860dcd3e44585c336beb72 Mon Sep 17 00:00:00 2001 From: Tim Hughes Date: Mon, 21 Apr 2014 14:06:40 +0100 Subject: 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. --- main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.cpp') 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); -- cgit v1.2.3