* src/sfnt/ttcmap.c: removed compiler warnings (gcc-4.0.2)
This commit is contained in:
parent
8e438ead71
commit
7aa2010216
@ -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
|
||||
|
@ -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++ )
|
||||
|
Loading…
Reference in New Issue
Block a user