From 3befcf2fd52cda0bd47fd45f125b0fd6868cb3be Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 4 Apr 2025 18:17:04 -0400 Subject: [PATCH] Fix warning about shadowed loop variable. --- pdfio-content.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdfio-content.c b/pdfio-content.c index d780049..8149cc1 100644 --- a/pdfio-content.c +++ b/pdfio-content.c @@ -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)