summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-10-16 17:54:37 -0600
committerBrian Paul <[email protected]>2012-10-16 17:55:39 -0600
commit25cd2c2a8a730d694fb9e4fe839c25c72ddee9a8 (patch)
tree64142c005443111ccf8da4d4bde7e90687abecce /src/gallium/drivers/svga/svga_state.c
parent4d0458dc6ea4b0c6b6bb67b68fcb9e77f2ccf8c2 (diff)
svga: silence some MSVC signed/unsigned comparison warnings
Diffstat (limited to 'src/gallium/drivers/svga/svga_state.c')
-rw-r--r--src/gallium/drivers/svga/svga_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_state.c b/src/gallium/drivers/svga/svga_state.c
index 986f3ad6559..b0bc867f63a 100644
--- a/src/gallium/drivers/svga/svga_state.c
+++ b/src/gallium/drivers/svga/svga_state.c
@@ -190,7 +190,7 @@ svga_update_state(struct svga_context *svga, unsigned max_level)
{
struct svga_screen *screen = svga_screen(svga->pipe.screen);
enum pipe_error ret = PIPE_OK;
- int i;
+ unsigned i;
/* Check for updates to bound textures. This can't be done in an
* atom as there is no flag which could provoke this test, and we