diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/occlude.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/occlude.c b/src/mesa/main/occlude.c index 483ca5d0c4..2f4be87901 100644 --- 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; |