[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.45,1.46
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Tue Aug 31 22:52:02 CEST 2004
On Monday, 30 August 2004 at 21:35, Reimar Döffinger wrote:
> 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!
Sorry, won't happen again.
> > - 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.
How else do you propose to fix the "assignment from incompatible pointer
type" warning?
R.
--
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
We stand between the darkness ... and the light."
-- Delenn in Grey Council in Babylon 5:"Babylon Squared"
More information about the MPlayer-cvslog
mailing list