ref: gl: mark maybe unused globals

This commit is contained in:
Alibek Omarov
2026-05-13 10:11:47 +05:00
parent b630a84447
commit e9bdbf2f33

View File

@@ -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 ) },