ftpatent.c: Fix for unused variable `error'.

This commit is contained in:
suzuki toshiya 2009-07-03 18:01:18 +09:00
parent f23aef3f09
commit ab888c9c87
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
ftpatent.c: Fix for unused variable `error'.
* src/base/ftpatent.c (_tt_check_patents_in_range):
Fix warning for unused variable `error'.
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
type1: Check invalid string longer than PostScript limit.

View File

@ -103,6 +103,7 @@
}
Exit:
FT_UNUSED( error );
FT_FRAME_EXIT();
return result;
}