summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJakob Bornecrantz <[email protected]>2012-01-09 13:49:02 +0100
committerJakob Bornecrantz <[email protected]>2012-01-10 16:59:44 +0100
commit13c78e77861fd3b75ad0ccfd7de7cac8f8f3665b (patch)
tree706bfd24af7ac1e46b3e24c1a7e499ee5e3ef214 /src
parentf700370946972d26dae7ab54cbb186feea50579c (diff)
svga: Silence warning
Signed-off-by: Jakob Bornecrantz <[email protected]> Reviewed-by Brian Paul <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/svga/svga_pipe_draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_pipe_draw.c b/src/gallium/drivers/svga/svga_pipe_draw.c
index c61d5d000de..541a2340159 100644
--- a/src/gallium/drivers/svga/svga_pipe_draw.c
+++ b/src/gallium/drivers/svga/svga_pipe_draw.c
@@ -399,6 +399,9 @@ svga_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info)
}
}
+ /* XXX: Silence warnings, do something sensible here? */
+ (void)ret;
+
svga_release_user_upl_buffers( svga );
if (SVGA_DEBUG & DEBUG_FLUSH) {