Theodore Jump wrote:
> 
>         http://www.tertius.com/projects/library/index.html#mesa-3d
> 
> There are four files, one for each of the DLL files generated by the Win32
> hierarchy project files (fxmesa, mesa, glu, glut - all as DLL files).
> 
> The various programs all also generate warnings, however I don't feel like we
> should spend cycles on those until the fundamental code is clean. ;^)
> 
> Any help at all working these things over would be very much appreciated.


I've started from the bottom-up on the mesa32-warnings.log

I'm about to check in the clean-ups I've made to these files:

mmath.h
norm_tmp.h
span.c
stencil.c
texgen_tmp.h
teximage.c
texobj.c
texstate.c
texture.c
types.h
varray.c
vbrender.c
vbxform.c
vertices.c
xform.c
xform_tmp.h
zoom.c

Most of the changes involve adding casts to expressions.

Ted, if you could disable this warning:
        warning C4127: conditional expression is constant

that would clear things up a lot.  Most of these warnings are generated
by preprocessor code templates.  I don't see a way to change the code to
silence this kind of warning.  We use the preprocessor to systematically
generate a lot of code.

-Brian


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to