Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696)

This commit is contained in:
Brian Paul
2004-08-25 15:59:48 +00:00
parent 866286936a
commit a6c423d956
55 changed files with 464 additions and 118 deletions

View File

@@ -64,6 +64,7 @@ struct gl_texture_object *
_mesa_new_texture_object( GLcontext *ctx, GLuint name, GLenum target )
{
struct gl_texture_object *obj;
(void) ctx;
obj = MALLOC_STRUCT(gl_texture_object);
_mesa_initialize_texture_object(obj, name, target);
return obj;