mirror of https://github.com/freetype/freetype
Another clang fix.
This commit is contained in:
parent
fc58155afc
commit
297dc2235a
|
@ -7,7 +7,7 @@
|
|||
(FT_GlyphSlot_Embolden): Remove dead code.
|
||||
|
||||
* src/base/ftpatent.c (_tt_check_patents_in_table): Initialize
|
||||
`offset_i'.
|
||||
`offset_i' and `length_i'.
|
||||
|
||||
2010-01-05 Ralph Giles <giles@ghostscript.com>
|
||||
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
if ( service )
|
||||
{
|
||||
FT_UInt i = 0;
|
||||
FT_ULong tag_i = 0, offset_i = 0, length_i;
|
||||
FT_ULong tag_i = 0, offset_i = 0, length_i = 0;
|
||||
|
||||
|
||||
for ( i = 0; !error && tag_i != tag ; i++ )
|
||||
|
|
Loading…
Reference in New Issue