[svg] Fix some unused variable warnings.

This commit is contained in:
Moazin Khatti 2019-08-24 15:41:51 +05:00
parent b84ae3420a
commit 67c108bc9c
1 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,9 @@
SVG_RendererHooks hooks = svg_renderer->hooks;
FT_UNUSED( mode );
FT_UNUSED( origin );
if ( svg_renderer->hooks_set == FALSE )
{
FT_TRACE1(( "Hooks are NOT set. Can't render OT-SVG glyphs\n" ));
@ -203,6 +206,8 @@
FT_Module_Interface result;
FT_UNUSED( module );
result = ft_service_list_lookup( ft_svg_services, ft_svg_interface );
if ( result )
return result;
@ -225,6 +230,8 @@
FT_Pos x, y;
FT_UNUSED( renderer );
if ( !matrix )
{
tmp_matrix.xx = 0x10000;