This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
silence -pedantic warning
tags/mesa-6_5-20060712
Brian Paul
19 years ago
parent
767ffdcc9f
commit
61608ecfa7
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/mesa/main/occlude.c
+ 1
- 0
src/mesa/main/occlude.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save