Fix warning about shadowed loop variable.

This commit is contained in:
Michael R Sweet
2025-04-04 18:17:04 -04:00
parent 3b2f7e21d9
commit 3befcf2fd5

View File

@ -1833,8 +1833,6 @@ pdfioFileCreateFontObjFromFile(
{
if ((w1 = ttfGetWidth(font, (int)i)) == w0 && i < 65530)
{
size_t j; // Look-ahead
for (j = 1; j < 4; j ++)
{
if (ttfGetWidth(font, (int)(i + j)) != w0)