mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Merge pull request #8294 from radarhere/warning
This commit is contained in:
commit
2e23dc5c03
|
@ -1243,7 +1243,7 @@ font_getvarnames(FontObject *self) {
|
||||||
return PyErr_NoMemory();
|
return PyErr_NoMemory();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < num_namedstyles; i++) {
|
for (unsigned int i = 0; i < num_namedstyles; i++) {
|
||||||
list_names_filled[i] = 0;
|
list_names_filled[i] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user