diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:22:33 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-01-13 21:22:33 +0800 |
commit | 22d738b9955389a5cea73e60fde09b9dc681c91d (patch) | |
tree | 1859b43f6ce6ad5263814d90be7ad07343b8310d /SolidityEndToEndTest.cpp | |
parent | eaf6e8fcfe213ae9f3e1d42810019e8f24a39bdd (diff) | |
parent | b85ae53f63b845eb872e15aed56fccf3a5d39153 (diff) | |
download | dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar.gz dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar.bz2 dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar.lz dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar.xz dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.tar.zst dexon-solidity-22d738b9955389a5cea73e60fde09b9dc681c91d.zip |
Merge remote-tracking branch 'upstream/develop' into randomtests
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r-- | SolidityEndToEndTest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index 2afe875f..9543497a 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -28,6 +28,10 @@ #include <libdevcrypto/SHA3.h> #include <test/solidityExecutionFramework.h> +#ifdef _MSC_VER +#pragma warning(disable: 4307) //integral constant overflow for high_bits_cleaning +#endif + using namespace std; namespace dev |