aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
510 stars 86 forks source link

Fix compiler warnings on Windows 2022 with msys2 #436

Closed skirpichev closed 11 months ago

skirpichev commented 11 months ago

Closes #398

codecov-commenter commented 11 months ago

Codecov Report

Merging #436 (7c2a35d) into master (175fa58) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@           Coverage Diff           @@
##           master     #436   +/-   ##
=======================================
  Coverage   83.57%   83.58%           
=======================================
  Files          49       49           
  Lines       11715    11718    +3     
  Branches     2190     2190           
=======================================
+ Hits         9791     9794    +3     
  Misses       1924     1924           
Files Coverage Δ
src/gmpy2_convert_gmp.c 74.76% <100.00%> (ø)
src/gmpy2_format.c 88.09% <100.00%> (+0.09%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

casevh commented 11 months ago

Thanks.