* src/sfnt/ttload.c (tt_face_load_font_dir): Fix compiler warning.
This commit is contained in:
parent
12ae57d992
commit
693a1181d6
|
@ -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…
Reference in New Issue