mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 17:50:32 +01:00
svga: Remove unused printf argument.
Fix defect reported by Coverity Scan. Extra argument to printf format specifier (PRINTF_ARGS) extra_argument: This argument was not used by the format string: tex->handle. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Neha Bhende <bhenden@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7072>
This commit is contained in:
parent
12c20cbac0
commit
6529cbd0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1131,7 +1131,7 @@ svga_texture_create(struct pipe_screen *screen,
|
|||
tex->key.format = typeless;
|
||||
}
|
||||
|
||||
SVGA_DBG(DEBUG_DMA, "surface_create for texture\n", tex->handle);
|
||||
SVGA_DBG(DEBUG_DMA, "surface_create for texture\n");
|
||||
tex->handle = svga_screen_surface_create(svgascreen, bindings,
|
||||
tex->b.b.usage,
|
||||
&tex->validated, &tex->key);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue