summaryrefslogtreecommitdiffstats
path: root/libtommath
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-12 13:24:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-02-12 13:24:16 (GMT)
commit2569d6f81cf6a17e438f80cce3fcdfa444736430 (patch)
tree1ae59ca8fb21773af29ac6cad644d36be11cedcc /libtommath
parentdafa1487f9a55f45fa67c4ff1583b3ac1397b940 (diff)
parent73cc9cd62f844146e1d9a835511da3b641aafac0 (diff)
downloadtcl-2569d6f81cf6a17e438f80cce3fcdfa444736430.zip
tcl-2569d6f81cf6a17e438f80cce3fcdfa444736430.tar.gz
tcl-2569d6f81cf6a17e438f80cce3fcdfa444736430.tar.bz2
Merge 8.7
Diffstat (limited to 'libtommath')
-rw-r--r--libtommath/tommath_private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h
index 072d603..5123f53 100644
--- a/libtommath/tommath_private.h
+++ b/libtommath/tommath_private.h
@@ -276,10 +276,6 @@ MP_DEPRECATED(s_mp_reverse) void bn_reverse(unsigned char *s, int len);
MP_ZERO_DIGITS(a->dp + a->used, a->alloc - a->used); \
}
-#ifdef _MSC_VER
-/* Prevent false positive: unary minus operator applied to unsigned type, result still unsigned */
-#pragma warning(disable: 4146)
-#endif
#define MP_SET_SIGNED(name, uname, type, utype) \
void name(mp_int * a, type b) \
{ \