]> git.sesse.net Git - vlc/blobdiff - modules/misc/freetype.c
logger: Flag unused param.
[vlc] / 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};