More warnings fixed.

This commit is contained in:
Werner Lemberg 2000-08-29 18:58:41 +00:00
parent 4a5c142a40
commit 353dfeafa3
2 changed files with 4 additions and 1 deletions

View File

@ -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 ));

View File

@ -63,7 +63,7 @@
/*************************************************************************/
static
LOCAL_FUNC_X
FT_Error Z1_Parse_Glyph( T1_Decoder* decoder,
FT_UInt glyph_index )
{