diff options
author | Dimitry <dimitry@ethdev.com> | 2015-08-12 23:53:46 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2015-08-12 23:53:46 +0800 |
commit | 4de035e5badf8bf4658b39c27813e042afb87f9e (patch) | |
tree | 6313971ef2c2e8dfe7522188592114baa745917b | |
parent | cbbf99da648a588c0044480908532d4c3f0014a9 (diff) | |
download | dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.gz dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.bz2 dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.lz dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.xz dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.zst dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.zip |
boost issue
-rw-r--r-- | boostTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boostTest.cpp b/boostTest.cpp index af546c3a..79ed27ab 100644 --- a/boostTest.cpp +++ b/boostTest.cpp @@ -23,7 +23,7 @@ #define BOOST_TEST_MODULE EthereumTests #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-parameter" -#define BOOST_DISABLE_WIN32 //disables SEH warning +//#define BOOST_DISABLE_WIN32 //disables SEH warning #define BOOST_TEST_NO_MAIN #include <boost/test/included/unit_test.hpp> #pragma GCC diagnostic pop |