]> git.sesse.net Git - vlc/commitdiff
SVG: kill unused warning
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Jul 2012 11:14:47 +0000 (13:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Jul 2012 13:27:20 +0000 (15:27 +0200)
modules/text_renderer/svg.c

index 5e7de1be55684262afbc7c013ab2935068dc9ee4..1f507aac7aa7592fbd11794b47fb27f3e49dcc1a 100644 (file)
@@ -432,6 +432,8 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
                        subpicture_region_t *p_region_in,
                        const vlc_fourcc_t *p_chroma_list )
 {
+    VLC_UNUSED(p_chroma_list);
+
     filter_sys_t *p_sys = p_filter->p_sys;
     svg_rendition_t *p_svg = NULL;
     char *psz_string;