I am trying to fix a compiler warning on MinGW32, but I don't
understand the code, so I don't know the correct fix.

It is complaining that there is an overflow in the expressions:

-INTMAX_MIN & GMP_NUMB_MASK, -INTMAX_MIN >> GMP_NUMB_BITS

on line 60 of the test program t-set_sx.c.

I don't know what the INTMAX_MIN macro does.

Presumably GMP_NUMB_MASK is 32 bits, but I am not sure if INTMAX_MIN
may be 64 bits, as it is long long. Not too sure.

Does anyone have any clues?

Bill.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to