Re: [Mesa-dev] [PATCH] i965: Mark branch unreachable in sampler state code.

2014-08-10 Thread Kenneth Graunke
On Sunday, August 10, 2014 09:38:04 PM Matt Turner wrote: > Silences some uninitialized variable warnings. > --- > src/mesa/drivers/dri/i965/brw_sampler_state.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c > b/src/mesa/dri

[Mesa-dev] [PATCH] i965: Mark branch unreachable in sampler state code.

2014-08-10 Thread Matt Turner
Silences some uninitialized variable warnings. --- src/mesa/drivers/dri/i965/brw_sampler_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c b/src/mesa/drivers/dri/i965/brw_sampler_state.c index d03047b..544aa57 100644 --- a/sr