nv30: silence some warnings

This commit is contained in:
Patrice Mandin 2008-03-11 19:22:02 +01:00
parent cd9ed05aec
commit 169912b71a
3 changed files with 3 additions and 3 deletions

View file

@ -378,7 +378,7 @@ nv30_fragprog_parse_instruction(struct nv30_fpc *fpc,
{
const struct nv30_sreg none = nv30_sr(NV30SR_NONE, 0);
struct nv30_sreg src[3], dst, tmp;
int mask, sat, unit;
int mask, sat, unit = 0;
int ai = -1, ci = -1;
int i;

View file

@ -538,7 +538,7 @@ nv30_set_framebuffer_state(struct pipe_context *pipe,
{
struct nv30_context *nv30 = nv30_context(pipe);
struct pipe_surface *rt[4], *zeta = NULL;
uint32_t rt_enable, rt_format, w, h;
uint32_t rt_enable, rt_format, w = 0, h = 0;
int i, colour_format = 0, zeta_format = 0;
rt_enable = 0;

View file

@ -102,7 +102,7 @@ nv30_vbo_arrays_update(struct nv30_context *nv30)
{
struct nv30_vertex_program *vp = nv30->vertprog.active;
uint32_t inputs, vtxfmt[16];
int hw, num_hw;
int hw, num_hw = 0;
nv30->vb_enable = 0;