mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
swrast: silence unused var warnings
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
36291173c2
commit
afd1d85775
1 changed files with 1 additions and 1 deletions
|
|
@ -212,10 +212,10 @@ interpolate_active_attribs(struct gl_context *ctx, SWspan *span, GLbitfield attr
|
|||
static INLINE void
|
||||
interpolate_int_colors(struct gl_context *ctx, SWspan *span)
|
||||
{
|
||||
#if CHAN_BITS != 32
|
||||
const GLuint n = span->end;
|
||||
GLuint i;
|
||||
|
||||
#if CHAN_BITS != 32
|
||||
ASSERT(!(span->arrayMask & SPAN_RGBA));
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue