More warnings fixed.
This commit is contained in:
parent
740eb33162
commit
7f7174ef2f
@ -216,6 +216,9 @@
|
||||
FT_Error error;
|
||||
FT_Stream stream = loader->stream;
|
||||
|
||||
/* for non-debug mode */
|
||||
FT_UNUSED( glyph_index );
|
||||
|
||||
|
||||
FT_TRACE5(( "Glyph %ld\n", glyph_index ));
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
static
|
||||
LOCAL_FUNC_X
|
||||
FT_Error Z1_Parse_Glyph( T1_Decoder* decoder,
|
||||
FT_UInt glyph_index )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user