diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_state.c')
-rw-r--r-- | src/gallium/drivers/svga/svga_state.c | 2 |
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 |