Re: [Mesa-dev] [PATCH] fix unused variable warnings

2011-08-09 Thread Brian Paul
On 08/09/2011 07:44 AM, Fabio Pedretti wrote: The attached patch fixes the following swrast warnings: swrast/s_span.c: In function 'interpolate_int_colors': swrast/s_span.c:216:11: warning: unused variable 'i' swrast/s_span.c:215:17: warning: unused variable 'n' Pushed. Thanks. -Brian __

[Mesa-dev] [PATCH] fix unused variable warnings

2011-08-09 Thread Fabio Pedretti
The attached patch fixes the following swrast warnings: swrast/s_span.c: In function 'interpolate_int_colors': swrast/s_span.c:216:11: warning: unused variable 'i' swrast/s_span.c:215:17: warning: unused variable 'n'--- a/src/mesa/swrast/s_span.c 2011-07-21 09:57:48.183225983 +0200 +++ b/src/mesa/