r300g: silence uninitialized var warning

This commit is contained in:
Brian Paul 2012-07-16 14:16:08 -06:00
parent cf775c9cbf
commit 2f92a9f721

View file

@ -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 */