forked from minhngoc25a/freetype2
[svg] Fix some unused variable warnings.
This commit is contained in:
parent
b84ae3420a
commit
67c108bc9c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user