[vlc-devel] commit: Do not hide bugs ( Rafaël Carré )
git version control
git at videolan.org
Sat Mar 15 21:56:29 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Mar 15 21:50:33 2008 +0100| [eb73dbd387402d035c2eb77d9c0a65a5e21c4d95]
Do not hide bugs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb73dbd387402d035c2eb77d9c0a65a5e21c4d95
---
src/video_output/video_text.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_text.c b/src/video_output/video_text.c
index 26c8465..81cadb4 100644
--- a/src/video_output/video_text.c
+++ b/src/video_output/video_text.c
@@ -75,7 +75,7 @@ int vout_ShowTextAbsolute( vout_thread_t *p_vout, int i_channel,
{
subpicture_t *p_spu;
video_format_t fmt;
- (void)p_style; // FIXME: <-- why ask for this if it's unused?!?
+ /* (void)p_style; FIXME: <-- why ask for this if it's unused?!? */
if( !psz_string ) return VLC_EGENERIC;
More information about the vlc-devel
mailing list