From d22ed31e4bbf89dab73b3c213544460fb1cfc36b Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 9 Nov 2016 15:04:16 +0100 Subject: [PATCH] Windows build fix. Thanks for the find, @slothbag --- libdevcore/CommonData.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libdevcore/CommonData.cpp b/libdevcore/CommonData.cpp index b27271cf8..062d1b29c 100644 --- a/libdevcore/CommonData.cpp +++ b/libdevcore/CommonData.cpp @@ -20,9 +20,6 @@ */ #include "CommonData.h" -#if defined(_MSC_VER) -#pragma warning(pop) -#endif #include "Exceptions.h" using namespace std; using namespace dev;