gallium/util: silence uninitialized var warning

This commit is contained in:
Brian Paul 2009-10-01 14:52:10 -06:00
parent 63064cf7c3
commit 0f291f2efe
1 changed files with 1 additions and 0 deletions

View File

@ -1427,6 +1427,7 @@ set_vertex_data(struct gen_mipmap_state *ctx,
rz = -1.0f;
break;
default:
rx = ry = rz = 0.0f;
assert(0);
}