Re: mach64 compiler warnings

2004-06-09 Thread Adam Jackson
On Wednesday 02 June 2004 15:27, Jon Smirl wrote: Does anyone know how to get rid of the 500 warnings from the Mach64 driver? None of the other drivers have this problem. ((GLubyte *)dst)++; That's ugly, and probably unnecessary. I'll take a look. - ajax

Re: mach64 compiler warnings

2004-06-09 Thread Micha Feigin
On Wed, Jun 02, 2004 at 06:41:26PM -0500, Adam Jackson wrote: On Wednesday 02 June 2004 15:27, Jon Smirl wrote: Does anyone know how to get rid of the 500 warnings from the Mach64 driver? None of the other drivers have this problem. ((GLubyte *)dst)++; That's ugly, and probably

Re: mach64 compiler warnings

2004-06-09 Thread Dave Airlie
That's ugly, and probably unnecessary. I'll take a look. they should be all gone .. I fixed and actually tested for once the other night.. Dave. - ajax --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC:

mach64 compiler warnings

2004-06-02 Thread Jon Smirl
Does anyone know how to get rid of the 500 warnings from the Mach64 driver? None of the other drivers have this problem. mach64_native_vbtmp.h:477: warning: use of cast expressions as lvalues is deprecated mach64_native_vbtmp.h:477: warning: use of cast expressions as lvalues is deprecated