mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
* src/sfnt/sfwoff.c (reconstruct_glyf): Fix gcc 10 warning.
This commit is contained in:
parent
1603378b91
commit
fc08295650
@ -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…
x
Reference in New Issue
Block a user