Re: [Mesa-dev] [PATCH] st/vega: Remove unused variable.

2012-02-18 Thread Jose Fonseca
Looks good. This logic is already in mask_resource_fill so there seems to be no mistake, just dead code. Jose - Original Message - > Fixes this GCC warning. > mask.c: In function ‘mask_layer_fill’: > mask.c:387:12: warning: variable ‘alpha_color’ set but not used > [-Wunused-but-set-vari

[Mesa-dev] [PATCH] st/vega: Remove unused variable.

2012-02-18 Thread Vinson Lee
Fixes this GCC warning. mask.c: In function ‘mask_layer_fill’: mask.c:387:12: warning: variable ‘alpha_color’ set but not used [-Wunused-but-set-variable] Signed-off-by: Vinson Lee --- src/gallium/state_trackers/vega/mask.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --gi