[vlc-devel] commit: vout: Remove a warning about vout_ShowTextAbsolute unused arg. ( Pierre d'Herbemont )
git version control
git at videolan.org
Wed Aug 13 00:54:38 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Aug 13 00:44:28 2008 +0200| [c56273731fc0e816f35b101d88bcdff0eebfa273] | committer: Pierre d'Herbemont
vout: Remove a warning about vout_ShowTextAbsolute unused arg.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c56273731fc0e816f35b101d88bcdff0eebfa273
---
src/video_output/video_text.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/video_output/video_text.c b/src/video_output/video_text.c
index d985322..fab6344 100644
--- a/src/video_output/video_text.c
+++ b/src/video_output/video_text.c
@@ -73,6 +73,7 @@ int vout_ShowTextAbsolute( vout_thread_t *p_vout, int i_channel,
int i_flags, int i_hmargin, int i_vmargin,
mtime_t i_start, mtime_t i_stop )
{
+ (void)p_style;
subpicture_t *p_spu;
video_format_t fmt;
/* (void)p_style; FIXME: <-- why ask for this if it's unused?!? */
More information about the vlc-devel
mailing list