Useless pragma 286/head
authorsvost <ya.nowa@yandex.ru>
Sat, 5 Mar 2016 20:59:54 +0000 (23:59 +0300)
committersvost <ya.nowa@yandex.ru>
Sat, 5 Mar 2016 20:59:54 +0000 (23:59 +0300)
src/kernelrecord.cpp
src/util.cpp

index 9c61d06..3a0b2db 100644 (file)
@@ -3,10 +3,6 @@
 #include "wallet.h"
 #include "base58.h"
 
-#ifdef _MSC_VER
-#pragma warning( disable : 4345)
-#endif
-
 using namespace std;
 
 bool KernelRecord::showTransaction(const CWalletTx &wtx)
index a3848fd..0a19fe9 100644 (file)
@@ -34,12 +34,6 @@ namespace boost {
 #include <openssl/conf.h>
 
 #ifdef WIN32
-#ifdef _MSC_VER
-#pragma warning(disable:4786)
-#pragma warning(disable:4804)
-#pragma warning(disable:4805)
-#pragma warning(disable:4717)
-#endif
 #ifdef _WIN32_WINNT
 #undef _WIN32_WINNT
 #endif