forked from minhngoc25a/freetype2
removed compiler warning
This commit is contained in:
parent
3144d1e818
commit
ce5cd09e3d
|
@ -249,7 +249,7 @@ THE SOFTWARE.
|
|||
FT_ULong *aformat,
|
||||
FT_ULong *asize )
|
||||
{
|
||||
FT_Error error;
|
||||
FT_Error error = 0;
|
||||
FT_Int i;
|
||||
|
||||
|
||||
|
@ -268,8 +268,6 @@ THE SOFTWARE.
|
|||
return PCF_Err_Ok;
|
||||
}
|
||||
|
||||
FT_UNUSED( error );
|
||||
|
||||
return PCF_Err_Invalid_File_Format;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue