diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-11 16:23:25 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-11 16:23:25 +0100 |
| commit | a1a1668dcf024033b0b011eaf39bc89e505ee86f (patch) | |
| tree | 5fd40a186c9ddcede5249c2e976220be9108b24f /src | |
| parent | e308098f181813570dbe0f7ce2a3a4f6444334d7 (diff) | |
Update build.bat and Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/big_int.cpp | 3 |
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 |