Re: Warning when using gmp 64 bits in vcpkg

2021-03-01 Thread William Galway
I suggest that Cristofer submit the information requested in the manual: https://gmplib.org/manual/Reporting-Bugs In particular, they should send * The version of gmp they are using. * The output produced by running './configure', when building gmp. They should show any options that they

Re: Warning when using gmp 64 bits in vcpkg

2021-02-28 Thread Torbjörn Granlund
Cristofer Martins writes: The warning is as follows(MSVC) "warning C4146: unary minus operator applied to unsigned type, result still unsigned" Line 2240 inside gmp.h code "*__gmp_rp = (- *__gmp_up) & GMP_NUMB_MASK;" I hope its fixed since its create warnings for all files that includes

Warning when using gmp 64 bits in vcpkg

2021-02-28 Thread Cristofer Martins
The warning is as follows(MSVC) "warning C4146: unary minus operator applied to unsigned type, result still unsigned" Line 2240 inside gmp.h code "*__gmp_rp = (- *__gmp_up) & GMP_NUMB_MASK;" I hope its fixed since its create warnings for all files that includes gmp.h