diff options
author | chriseth <chris@ethereum.org> | 2016-11-14 21:00:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 21:00:27 +0800 |
commit | d5ae8fd5a1d7f8c58db86bab3c9214b47f40a053 (patch) | |
tree | e5f410a43b3fa85e121d99cc873dbe440a0e9927 | |
parent | 9383a18c57d0f39bec00b32392bddda81309ae14 (diff) | |
parent | d22ed31e4bbf89dab73b3c213544460fb1cfc36b (diff) | |
download | dexon-solidity-d5ae8fd5a1d7f8c58db86bab3c9214b47f40a053.tar.gz dexon-solidity-d5ae8fd5a1d7f8c58db86bab3c9214b47f40a053.tar.zst dexon-solidity-d5ae8fd5a1d7f8c58db86bab3c9214b47f40a053.zip |
Merge pull request #1348 from ethereum/chriseth-patch-1
Windows build fix.
-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; |