aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-28 17:24:34 +0100
committerfanquake <fanquake@gmail.com>2022-06-29 11:09:18 +0100
commitd8f8f7812cfa50e853d30f53273601dca57a60ec (patch)
tree9fcd0be4d42837675a6c63d96ac117a1f8131d1c /src/util/system.cpp
parente4e201dfd9a9dbd8e22cac688dbbde16234cd937 (diff)
downloadbitcoin-d8f8f7812cfa50e853d30f53273601dca57a60ec.tar.xz
util: remove MSVC warning pragmas
4786 - I don't think this exists any more? 4805 - Is already defined (globally) in the MSVC project. Dropped 4717 and 4804, as it seems they are no-longer supressing anything. See: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warnings-c4000-c5999
Diffstat (limited to 'src/util/system.cpp')
-rw-r--r--src/util/system.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/system.cpp b/src/util/system.cpp
index 140d51a1cc..f6f2828fc8 100644
--- a/src/util/system.cpp
+++ b/src/util/system.cpp
@@ -55,13 +55,6 @@
#else
-#ifdef _MSC_VER
-#pragma warning(disable:4786)
-#pragma warning(disable:4804)
-#pragma warning(disable:4805)
-#pragma warning(disable:4717)
-#endif
-
#include <codecvt>
#include <io.h> /* for _commit */