Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696)
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 15:59:48 +0000 (15:59 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 15:59:48 +0000 (15:59 +0000)
commita6c423d95663cfd8601cf84e10e8e1b12fa6ef15
treee4d68d47d99c2f747619829a488dd0b6ba5cf361
parent866286936ac34070826382f1d1cd28b613dd4bd1
Silence gcc 3.4 warnings on ReactOS.  Mostly unused var warnings.  (patch 1015696)
55 files changed:
Makefile.mgw
include/GL/wmesa.h
src/mesa/array_cache/ac_import.c
src/mesa/drivers/windows/gdi/colors.h
src/mesa/drivers/windows/gdi/wgl.c
src/mesa/drivers/windows/gdi/wmesa.c
src/mesa/drivers/windows/gdi/wmesadef.h
src/mesa/glapi/glapi.c
src/mesa/main/api_noop.c
src/mesa/main/bufferobj.c
src/mesa/main/context.c
src/mesa/main/debug.c
src/mesa/main/dlist.c
src/mesa/main/get.c
src/mesa/main/image.c
src/mesa/main/imports.c
src/mesa/main/imports.h
src/mesa/main/light.c
src/mesa/main/pixel.c
src/mesa/main/state.c
src/mesa/main/texcompress.c
src/mesa/main/texcompress_fxt1.c
src/mesa/main/texcompress_s3tc.c
src/mesa/main/texformat.c
src/mesa/main/texformat_tmp.h
src/mesa/main/teximage.c
src/mesa/main/texobj.c
src/mesa/main/texstore.c
src/mesa/main/vtxfmt.c
src/mesa/math/m_clip_tmp.h
src/mesa/math/m_xform_tmp.h
src/mesa/shader/arbfragparse.c
src/mesa/shader/arbprogparse.c
src/mesa/shader/arbvertparse.c
src/mesa/shader/grammar.c
src/mesa/shader/nvfragprog.h
src/mesa/shader/nvvertexec.c
src/mesa/shader/nvvertparse.c
src/mesa/shader/program.c
src/mesa/swrast/s_auxbuffer.c
src/mesa/swrast/s_buffers.c
src/mesa/swrast/s_context.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_tcc.c
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_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_save_api.c
src/mesa/tnl/t_save_loopback.c
src/mesa/tnl/t_vb_render.c
src/mesa/tnl/t_vertex.c
src/mesa/tnl/t_vertex_codegen.c
src/mesa/tnl/t_vtx_api.c