mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a couple of signed/unsigned comparison warnings
This commit is contained in:
parent
4ded4b52c4
commit
739a8f86d6
2 changed files with 2 additions and 2 deletions
|
@ -884,7 +884,7 @@ PyFloat_Fini(void)
|
|||
{
|
||||
PyFloatObject *p;
|
||||
PyFloatBlock *list, *next;
|
||||
int i;
|
||||
unsigned i;
|
||||
int bc, bf; /* block count, number of freed blocks */
|
||||
int frem, fsum; /* remaining unfreed floats per block, total */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue