aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2015-08-12 23:53:46 +0800
committerDimitry <dimitry@ethdev.com>2015-08-12 23:53:46 +0800
commit4de035e5badf8bf4658b39c27813e042afb87f9e (patch)
tree6313971ef2c2e8dfe7522188592114baa745917b
parentcbbf99da648a588c0044480908532d4c3f0014a9 (diff)
downloaddexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.gz
dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.tar.zst
dexon-solidity-4de035e5badf8bf4658b39c27813e042afb87f9e.zip
boost issue
-rw-r--r--boostTest.cpp2
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