mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 08:50:25 +01:00
silence -pedantic warning
This commit is contained in:
parent
767ffdcc9f
commit
61608ecfa7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue