From b2d3f364dbc6fe1d506224534dc48f58d9dcbaba Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 20 Mar 2013 10:56:47 -0600 Subject: softpipe: silence some MSVC signed/unsigned warnings --- src/gallium/drivers/softpipe/sp_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/softpipe/sp_context.h') diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index ed38bacc416..d78352ab630 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -87,7 +87,7 @@ struct softpipe_context { struct pipe_index_buffer index_buffer; struct draw_so_target *so_targets[PIPE_MAX_SO_BUFFERS]; - int num_so_targets; + unsigned num_so_targets; struct pipe_query_data_so_statistics so_stats; unsigned num_primitives_generated; -- cgit v1.2.3