mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
mesa: squash harmless warning
This commit is contained in:
parent
727257f320
commit
bf1e120b31
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ tgsi_translate_mesa_program(
|
|||
{
|
||||
GLboolean tempsUsed[MAX_PROGRAM_TEMPS + 1];
|
||||
GLboolean inside_range = GL_FALSE;
|
||||
GLuint start_range;
|
||||
GLuint start_range = 0;
|
||||
|
||||
find_temporaries(program, tempsUsed);
|
||||
tempsUsed[MAX_PROGRAM_TEMPS] = GL_FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue