diff options
author | chriseth <chris@ethereum.org> | 2016-11-09 22:04:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 22:04:16 +0800 |
commit | d22ed31e4bbf89dab73b3c213544460fb1cfc36b (patch) | |
tree | 7ed07e4c963b6253fc7593c65c22af6056e0af1d /libdevcore | |
parent | 81118de51273a5aef711b321f20ee02da9e55533 (diff) | |
download | dexon-solidity-d22ed31e4bbf89dab73b3c213544460fb1cfc36b.tar.gz dexon-solidity-d22ed31e4bbf89dab73b3c213544460fb1cfc36b.tar.zst dexon-solidity-d22ed31e4bbf89dab73b3c213544460fb1cfc36b.zip |
Windows build fix.
Thanks for the find, @slothbag
Diffstat (limited to 'libdevcore')
-rw-r--r-- | libdevcore/CommonData.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libdevcore/CommonData.cpp b/libdevcore/CommonData.cpp index b27271cf..062d1b29 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; |