From 22ae633d1ea636e0e07ba044a0f8fa2195c83bc6 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 2 Dec 2004 13:29:40 +0000 Subject: Fix some warnings --- src/mesa/swrast/s_linetemp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/swrast/s_linetemp.h') diff --git a/src/mesa/swrast/s_linetemp.h b/src/mesa/swrast/s_linetemp.h index 77c985455d..5d9591d83f 100644 --- a/src/mesa/swrast/s_linetemp.h +++ b/src/mesa/swrast/s_linetemp.h @@ -425,6 +425,8 @@ NAME( GLcontext *ctx, const SWvertex *vert0, const SWvertex *vert1 ) RENDER_SPAN( span ); #endif + (void)span; + } -- cgit v1.2.3