softpipe: Silence compiler warning on Windows.

This commit is contained in:
Michal Krol 2008-09-09 11:21:57 +02:00
parent 56e7c5522e
commit 05ecd6d402

View file

@ -1539,7 +1539,9 @@ void setup_destroy_context( struct setup_context *setup )
struct setup_context *setup_create_context( struct softpipe_context *softpipe )
{
struct setup_context *setup = CALLOC_STRUCT(setup_context);
#if SP_NUM_QUAD_THREADS > 1
uint i;
#endif
setup->softpipe = softpipe;