[vlc-devel] commit: freetype: Flag an unused param. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 16:43:34 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:28:11 2009 +0200| [3b94d8dfe80b9bb31587fb2759f172ddd9d32302] | committer: Pierre d'Herbemont 

freetype: Flag an unused param.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b94d8dfe80b9bb31587fb2759f172ddd9d32302
---

 modules/misc/freetype.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/misc/freetype.c b/modules/misc/freetype.c
index fbc9be8..2e17338 100644
--- a/modules/misc/freetype.c
+++ b/modules/misc/freetype.c
@@ -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};




More information about the vlc-devel mailing list