removed compiler warning

This commit is contained in:
David Turner 2002-04-15 12:05:02 +00:00
parent 3144d1e818
commit ce5cd09e3d
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}