Re: [Mesa-dev] [PATCH] llvmpipe: Remove unused variable 'packed' from lp_test_round.

2012-01-16 Thread Jose Fonseca
Looks good to me, Vinson. Thanks Jose - Original Message - > Fix this GCC warning. > lp_test_round.c: In function ‘test_round’: > lp_test_round.c:126:13: warning: variable ‘packed’ set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Vinson Lee > --- > src/gallium/drivers/

[Mesa-dev] [PATCH] llvmpipe: Remove unused variable 'packed' from lp_test_round.

2012-01-15 Thread Vinson Lee
Fix this GCC warning. lp_test_round.c: In function ‘test_round’: lp_test_round.c:126:13: warning: variable ‘packed’ set but not used [-Wunused-but-set-variable] Signed-off-by: Vinson Lee --- src/gallium/drivers/llvmpipe/lp_test_round.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-)