* src/autofit/afmodule.c (af_autofitter_done): Fix compiler warning.
This commit is contained in:
parent
56ddafa01c
commit
48c86628de
@ -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.
|
||||
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user