* src/sfnt/sfwoff.c (reconstruct_glyf): Fix gcc 10 warning.

Werner Lemberg 3 years ago
parent 1603378b91
commit fc08295650
  1. 2
      src/sfnt/sfwoff2.c

@ -973,7 +973,7 @@
/* composite glyph */
FT_Bool have_instructions = FALSE;
FT_UShort instruction_size = 0;
FT_ULong composite_size;
FT_ULong composite_size = 0;
FT_ULong size_needed;
FT_Byte* pointer = NULL;

Loading…
Cancel
Save