mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
r5xx: Clean up some compiler warnings.
This commit is contained in:
parent
30e61500e1
commit
9ab7a2df03
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ static GLboolean parse_program(struct r500_fragment_program *fp)
|
|||
struct gl_fragment_program *mp = &fp->mesa_program;
|
||||
const struct prog_instruction *inst = mp->Base.Instructions;
|
||||
struct prog_instruction *fpi;
|
||||
GLuint src[3], dest, temp[2];
|
||||
GLuint src[3], dest = 0;
|
||||
int temp_swiz, pixel_mask = 0, output_mask = 0, counter = 0;
|
||||
|
||||
if (!inst || inst[0].Opcode == OPCODE_END) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue