From e9bdbf2f33721344e78fa30febae3dbf854fa4dd Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 13 May 2026 10:11:47 +0500 Subject: [PATCH] ref: gl: mark maybe unused globals --- ref/gl/gl_opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ref/gl/gl_opengl.c b/ref/gl/gl_opengl.c index 05a130f1..6583c16e 100644 --- a/ref/gl/gl_opengl.c +++ b/ref/gl/gl_opengl.c @@ -406,7 +406,7 @@ static const dllfunc_t vaofuncs[] = { GL_CALL( glIsVertexArray ) }, }; -static const dllfunc_t multitexturefuncs_es[] = +static const dllfunc_t multitexturefuncs_es[] MAYBE_UNUSED = { { GL_CALL( glActiveTexture ) }, { GL_CALL( glActiveTextureARB ) }, @@ -414,7 +414,7 @@ static const dllfunc_t multitexturefuncs_es[] = { GL_CALL( glClientActiveTextureARB ) }, }; -static const dllfunc_t multitexturefuncs_es2[] = +static const dllfunc_t multitexturefuncs_es2[] MAYBE_UNUSED = { { GL_CALL( glActiveTexture ) }, { GL_CALL( glActiveTextureARB ) },