]> git.sesse.net Git - vlc/commitdiff
freetype: Flag an unused param.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:28:11 +0000 (16:28 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:43:25 +0000 (16:43 +0200)
modules/misc/freetype.c

index fbc9be845c629f94a9045a03dd5c44f6a0d26b4b..2e17338f52103b6d1f748d4d9fe68310f7bcea28 100644 (file)
@@ -602,6 +602,7 @@ static int LoadFontsFromAttachments( filter_t *p_filter )
 static int Render( filter_t *p_filter, subpicture_region_t *p_region,
                    line_desc_t *p_line, int i_width, int i_height )
 {
+    VLC_UNUSED(p_filter);
     static const uint8_t pi_gamma[16] =
         {0x00, 0x52, 0x84, 0x96, 0xb8, 0xca, 0xdc, 0xee, 0xff,
           0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};