forked from minhngoc25a/freetype2
remove compiler warning
This commit is contained in:
parent
75e7acd840
commit
7fa30ee879
|
@ -244,7 +244,7 @@
|
|||
FT_Outline* outline;
|
||||
TT_Face face = (TT_Face)load->face;
|
||||
FT_UShort n_ins;
|
||||
FT_Int n, n_points;
|
||||
FT_Int n_points;
|
||||
|
||||
FT_Byte *flag, *flag_limit;
|
||||
FT_Byte c, count;
|
||||
|
|
Loading…
Reference in New Issue