shithub: freetype+ttf2subf

Download patch

ref: 39e1b17aa632b9125897187fac22788539dfb753
parent: 498eed268e1526ced946741ffe9802a836d502df
author: David Turner <[email protected]>
date: Mon Apr 15 08:05:02 EDT 2002

removed compiler warning

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/pcf/pcfread.c
+++ b/src/pcf/pcfread.c
@@ -249,7 +249,7 @@
                           FT_ULong  *aformat,
                           FT_ULong  *asize )
   {
-    FT_Error  error;
+    FT_Error  error = 0;
     FT_Int    i;
 
 
@@ -267,8 +267,6 @@
 
         return PCF_Err_Ok;
       }
-
-    FT_UNUSED( error );
 
     return PCF_Err_Invalid_File_Format;
   }