From: José Fonseca Date: Fri, 11 Dec 2009 12:09:02 +0000 (+0000) Subject: svga: Fix mixed signed comparisons. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=770323e33e62169827454af74e9f90f09997f962;p=mesa.git svga: Fix mixed signed comparisons. --- diff --git a/src/gallium/drivers/svga/svga_screen_texture.c b/src/gallium/drivers/svga/svga_screen_texture.c index e7301aba841..ed83ba48f09 100644 --- a/src/gallium/drivers/svga/svga_screen_texture.c +++ b/src/gallium/drivers/svga/svga_screen_texture.c @@ -528,7 +528,7 @@ svga_texture_view_surface(struct pipe_context *pipe, { struct svga_screen *ss = svga_screen(tex->base.screen); struct svga_winsys_surface *handle; - int i, j; + uint32_t i, j; unsigned z_offset = 0; SVGA_DBG(DEBUG_PERF,