mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
r300g: silence uninitialized var warning
This commit is contained in:
parent
cf775c9cbf
commit
2f92a9f721
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ void rc_inline_literals(struct radeon_compiler *c, void *user)
|
|||
unsigned src_idx;
|
||||
struct rc_constant * constant;
|
||||
float float_value;
|
||||
unsigned char r300_float;
|
||||
unsigned char r300_float = 0;
|
||||
int ret;
|
||||
|
||||
/* XXX: Handle presub */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue