From aaa305215cbbf150c6bd0b2c92122f52720fe25a Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 19 Aug 2011 08:55:19 -0700 Subject: [PATCH] =?utf8?q?mesa:=20Silence=20"main/teximage.h:148:72:=20war?= =?utf8?q?ning:=20unused=20parameter=20=E2=80=98texObj=E2=80=99"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mesa/main/teximage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 19abc649898..8ef1d4560ae 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -147,6 +147,7 @@ _mesa_lock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) static INLINE void _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) { + (void) texObj; _glthread_UNLOCK_MUTEX(ctx->Shared->TexMutex); } -- 2.30.2