mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
softpipe: Silence compiler warning on Windows.
This commit is contained in:
parent
56e7c5522e
commit
05ecd6d402
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue