[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.45,1.46
    Reimar Döffinger 
    Reimar.Doeffinger at stud.uni-karlsruhe.de
       
    Mon Aug 30 21:35:40 CEST 2004
    
    
  
Hi,
> Modified Files:
> 	vo_gl.c 
> Log Message:
> small gcc warning fixes
I'm the maintainer for this code, please don't change it without asking!
> -        char *parse_pos = &arg[0];
> +        char *parse_pos = (char *)&arg[0];
I'm not sure if I like this brute-force approach for removing warnings, 
not to mention that I find it useless.
Greetings,
Reimar Döffinger
    
    
More information about the MPlayer-cvslog
mailing list