Hi FreeTypers,
I have two fixes for minor compiler warnings found when compiling FreeType
2.3.4 on Microsoft Visual C++ 6.0:
1. Change line 6217 of ttinterp.c to this (adding cast to FT_UShort):
CUR_Func_move( &CUR.zp2, (FT_UShort)point, new_dist - cur_dist );
2. Change line 531 of aflatin.c to this (adding cast to FT_Bool):
axis->extra_light = (FT_Bool)(FT_MulFix( axis->standard_width, scale ) <
32 + 8);
Best regards,
Graham Asher
_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel