projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4b8e2
)
mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"
author
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 19 Aug 2011 15:55:19 +0000
(08:55 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 9 Sep 2011 19:01:51 +0000
(12:01 -0700)
src/mesa/main/teximage.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.h
b/src/mesa/main/teximage.h
index 19abc649898f80bef37bf4341d3f705dce345ed5..8ef1d4560ae0d3c264679bacdd86ca6dcee60daf 100644
(file)
--- 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);
}