More warnings fixed.

VER-2-0-4-PATCH
Werner Lemberg 25 years ago
parent 740eb33162
commit 7f7174ef2f
  1. 3
      src/truetype/ttgload.c
  2. 2
      src/type1z/z1gload.c

@ -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…
Cancel
Save