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
__
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/