projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767ffdc
)
silence -pedantic warning
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Apr 2006 02:21:04 +0000
(
02:21
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 14 Apr 2006 02:21:04 +0000
(
02:21
+0000)
src/mesa/main/occlude.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/occlude.c
b/src/mesa/main/occlude.c
index 483ca5d0c4125aafbeac0bd0761a5a1601f4e8d2..2f4be87901c0108cd06c16e63e9e267636ba1c07 100644
(file)
--- a/
src/mesa/main/occlude.c
+++ b/
src/mesa/main/occlude.c
@@
-42,6
+42,7
@@
struct gl_query_object *
_mesa_new_query_object(GLcontext *ctx, GLuint id)
{
struct gl_query_object *q = MALLOC_STRUCT(gl_query_object);
+ (void) ctx;
if (q) {
q->Id = id;
q->Result = 0;