svga: Silence warning
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user