mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
mesa: move declaration to prevent unused var warning
This commit is contained in:
parent
9927d7f31c
commit
1f1bfe8cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -3108,8 +3108,8 @@ _mesa_texstore_null(TEXSTORE_PARAMS)
|
|||
static StoreTexImageFunc
|
||||
_mesa_get_texstore_func(gl_format format)
|
||||
{
|
||||
GLuint i;
|
||||
#ifdef DEBUG
|
||||
GLuint i;
|
||||
for (i = 0; i < MESA_FORMAT_COUNT; i++) {
|
||||
ASSERT(texstore_funcs[i].Name == i);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue