From: Jakob Bornecrantz Date: Mon, 9 Jan 2012 12:43:40 +0000 (+0100) Subject: svga: Silence warning X-Git-Tag: android-x86-4.4-r1~7771 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f700370946972d26dae7ab54cbb186feea50579c;p=android-x86%2Fexternal-mesa.git svga: Silence warning Signed-off-by: Jakob Bornecrantz Reviewed-by Brian Paul --- diff --git a/src/gallium/winsys/svga/drm/vmw_context.c b/src/gallium/winsys/svga/drm/vmw_context.c index b5ca8416440..2edb5eae102 100644 --- a/src/gallium/winsys/svga/drm/vmw_context.c +++ b/src/gallium/winsys/svga/drm/vmw_context.c @@ -300,6 +300,7 @@ vmw_swc_region_relocation(struct svga_winsys_context *swc, ret = pb_validate_add_buffer(vswc->validate, reloc->buffer, translated_flags); /* TODO: Update pipebuffer to reserve buffers and not fail here */ assert(ret == PIPE_OK); + (void)ret; /* * Flush preemptively the FIFO commands to keep the GMR working set within