* src/sfnt/ttload.c (tt_face_load_font_dir): Fix compiler warning.

GSoC-2017-kushal
Werner Lemberg 7 years ago
parent 12ae57d992
commit 693a1181d6
  1. 4
      ChangeLog
  2. 2
      src/sfnt/ttload.c

@ -1,3 +1,7 @@
2017-09-27 Werner Lemberg <wl@gnu.org>
* src/sfnt/ttload.c (tt_face_load_font_dir): Fix compiler warning.
2017-09-25 Werner Lemberg <wl@gnu.org>
[psaux] Fix compiler warnings.

@ -338,7 +338,7 @@
SFNT_HeaderRec sfnt;
FT_Error error;
FT_Memory memory = stream->memory;
FT_UShort nn, valid_entries;
FT_UShort nn, valid_entries = 0;
static const FT_Frame_Field offset_table_fields[] =
{

Loading…
Cancel
Save