forked from minhngoc25a/freetype2
More warnings fixed.
This commit is contained in:
parent
4a5c142a40
commit
353dfeafa3
|
@ -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