mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref: gl: mark maybe unused globals
This commit is contained in:
@@ -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 ) },
|
||||
|
||||
Reference in New Issue
Block a user