Fix some warnings.

This commit is contained in:
Michael R Sweet
2023-12-03 19:23:36 -05:00
parent 41146adbdf
commit c6f17cc20f
3 changed files with 7 additions and 4 deletions

View File

@@ -1393,8 +1393,7 @@ pdfioFileCreateFontObjFromFile(
start, // Start character
num_cmap; // Number of CMap entries
const int *cmap; // CMap entries
int glyph, // Current glyph
min_glyph, // First glyph
int min_glyph, // First glyph
max_glyph; // Last glyph
unsigned short glyphs[65536]; // Glyph to Unicode mapping
unsigned char *bufptr, // Pointer into buffer