* src/sfnt/ttcmap.c: removed compiler warnings (gcc-4.0.2)

This commit is contained in:
David Turner 2006-04-21 08:38:35 +00:00
parent 8e438ead71
commit 7aa2010216
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* include/freetype/ftincrem.h, include/freetype/ftmodapi.h,
include/freetype/freetype.h: Documentation update
* src/sfnt/ttcmap.c: removed compiler warnings (gcc-4.0.2)
2006-04-13 David Turner <david@freetype.org>
* src/autofit/afloader.c: removing superfluous code in the auto-fitter's

View File

@ -2276,7 +2276,7 @@
FT_Byte* cmap = table + offset;
volatile FT_UInt format = TT_PEEK_USHORT( cmap );
const TT_CMap_Class* volatile pclazz = tt_cmap_classes;
TT_CMap_Class clazz;
TT_CMap_Class volatile clazz;
for ( ; *pclazz; pclazz++ )