aboutsummaryrefslogtreecommitdiff
path: root/src/big_int.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
committergingerBill <bill@gingerbill.org>2021-07-11 16:23:25 +0100
commita1a1668dcf024033b0b011eaf39bc89e505ee86f (patch)
tree5fd40a186c9ddcede5249c2e976220be9108b24f /src/big_int.cpp
parente308098f181813570dbe0f7ce2a3a4f6444334d7 (diff)
Update build.bat and Makefile
Diffstat (limited to 'src/big_int.cpp')
-rw-r--r--src/big_int.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/big_int.cpp b/src/big_int.cpp
index 9ed753753..231064bea 100644
--- a/src/big_int.cpp
+++ b/src/big_int.cpp
@@ -1,7 +1,4 @@
-#pragma warning(push)
-#pragma warning(disable: 4146)
#include "libtommath/tommath.h"
-#pragma warning(pop)
#ifndef MAX_BIG_INT_SHIFT
#define MAX_BIG_INT_SHIFT 1024