fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots of poten...
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 7 Mar 2001 05:06:11 +0000 (05:06 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 7 Mar 2001 05:06:11 +0000 (05:06 +0000)
commitb51b0a847d7e7daaea69f77ab569086ef81c24a2
tree165cf8b023e6c7b1f66dacc46a6c37110ef27ea7
parent249aebdd357d20f6326137c967c6b3923bef6c05
fixed a bunch of g++ warnings/errors.  Compiling with g++ can help find lots of potential problems
48 files changed:
src/mesa/array_cache/ac_import.c
src/mesa/drivers/glide/fxdrv.h
src/mesa/glapi/glapi.c
src/mesa/glapi/glthread.c
src/mesa/main/clip.c
src/mesa/main/colortab.c
src/mesa/main/convolve.c
src/mesa/main/dlist.c
src/mesa/main/enums.c
src/mesa/main/image.c
src/mesa/main/image.h
src/mesa/main/imports.c
src/mesa/main/light.c
src/mesa/main/teximage.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texutil.c
src/mesa/main/varray.c
src/mesa/math/m_eval.c
src/mesa/math/m_matrix.c
src/mesa/swrast/s_aaline.c
src/mesa/swrast/s_aalinetemp.h
src/mesa/swrast/s_aatriangle.c
src/mesa/swrast/s_aatritemp.h
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_buffers.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_depth.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_fog.c
src/mesa/swrast/s_pointtemp.h
src/mesa/swrast/s_readpix.c
src/mesa/swrast/s_stencil.c
src/mesa/swrast/s_tritemp.h
src/mesa/swrast_setup/ss_context.c
src/mesa/swrast_setup/ss_triangle.c
src/mesa/tnl/t_array_api.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_alloc.c
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vb_normals.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c