Skip to content
Snippets Groups Projects
Commit 5decf663 authored by Per Hedbor's avatar Per Hedbor
Browse files

Silenced warning

parent e5236919
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ static void image_ft_face_info( INT32 args )
for(i = 0; i < sfnt_count; ++i)
{
FT_SfntName name;
int len;
unsigned int len;
if (FT_Get_Sfnt_Name(TFACE, i, &name) != 0)
continue; /* skip if getting name failed */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment