Skip to content

Commit a103538

Browse files
committed
add missing (void) target on ES glQueryCounter
1 parent 7021dfa commit a103538

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/graphics/opengl/es_compatibility.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ static inline void glQueryCounter(GLuint id, GLenum target)
352352
glQueryCounterEXT(id, GL_TIMESTAMP_EXT);
353353
#else
354354
(void)id;
355+
(void)target;
355356
#endif
356357
}
357358

0 commit comments

Comments
 (0)