]> git.sesse.net Git - vlc/commitdiff
Do not hide bugs
authorRafaël Carré <funman@videolan.org>
Sat, 15 Mar 2008 20:50:33 +0000 (21:50 +0100)
committerRafaël Carré <funman@videolan.org>
Sat, 15 Mar 2008 20:54:35 +0000 (21:54 +0100)
src/video_output/video_text.c

index 26c8465519d08e0542077bac987499b6167c9019..81cadb4157f4fc0ec76b5ce54f6156aa9e551029 100644 (file)
@@ -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;