aboutsummaryrefslogtreecommitdiffstats
path: root/boostTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'boostTest.cpp')
-rw-r--r--boostTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boostTest.cpp b/boostTest.cpp
index cef3cc0a..1523a7a1 100644
--- a/boostTest.cpp
+++ b/boostTest.cpp
@@ -23,6 +23,6 @@
#define BOOST_TEST_MODULE EthereumTests
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
+#define BOOST_DISABLE_WIN32 //disables SEH warning
#include <boost/test/included/unit_test.hpp>
-#pragma warning(pop)
#pragma GCC diagnostic pop