* src/autofit/afmodule.c (af_autofitter_done): Fix compiler warning.

This commit is contained in:
Behdad Esfahbod 2015-01-14 19:38:36 +01:00 committed by Werner Lemberg
parent 56ddafa01c
commit 48c86628de
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-14 Behdad Esfahbod <behdad@behdad.org>
* src/autofit/afmodule.c (af_autofitter_done): Fix compiler warning.
2015-01-14 Behdad Esfahbod <behdad@behdad.org>
[autofit] Add embedded array of segments and edges.

View File

@ -260,7 +260,7 @@
FT_CALLBACK_DEF( void )
af_autofitter_done( FT_Module ft_module ) /* AF_Module */
{
AF_Module module = (AF_Module)ft_module;
FT_UNUSED( ft_module );
}