mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
r300/compiler: Fix warning.
This commit is contained in:
parent
f7269cf26a
commit
bde34a76b5
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ static void get_incr_amount(void * data, struct rc_instruction * inst,
|
|||
{
|
||||
struct count_inst * count_inst = data;
|
||||
int amnt_src_index;
|
||||
struct rc_opcode_info * opcode;
|
||||
const struct rc_opcode_info * opcode;
|
||||
float amount;
|
||||
|
||||
if(file != RC_FILE_TEMPORARY ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue