diff options
Diffstat (limited to 'libtommath')
-rw-r--r-- | libtommath/tommath_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h index d076934..138d39e 100644 --- a/libtommath/tommath_private.h +++ b/libtommath/tommath_private.h @@ -283,10 +283,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) \ { \ |