mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 19 Aug 2011 15:55:19 +0000 (08:55 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 9 Sep 2011 19:01:51 +0000 (12:01 -0700)
src/mesa/main/teximage.h

index 19abc649898f80bef37bf4341d3f705dce345ed5..8ef1d4560ae0d3c264679bacdd86ca6dcee60daf 100644 (file)
@@ -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);
 }