mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
llvmpipe: cast to silence warning
This commit is contained in:
parent
7545514fb6
commit
29289b43b7
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ lp_scene_end_rasterization(struct lp_scene *scene )
|
|||
if (LP_DEBUG & DEBUG_SETUP)
|
||||
debug_printf("resource %d: %p %dx%d sz %d\n",
|
||||
j,
|
||||
ref->resource[i],
|
||||
(void *) ref->resource[i],
|
||||
ref->resource[i]->width0,
|
||||
ref->resource[i]->height0,
|
||||
llvmpipe_resource_size(ref->resource[i]));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue