mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 01:00:10 +01:00
gallium: cast to silence waring
This commit is contained in:
parent
f6bcce0308
commit
4b1241bf76
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ pb_debug_manager_dump(struct pb_debug_manager *mgr)
|
|||
while(curr != &mgr->list) {
|
||||
buf = LIST_ENTRY(struct pb_debug_buffer, curr, head);
|
||||
|
||||
debug_printf("buffer = %p\n", buf);
|
||||
debug_printf("buffer = %p\n", (void *) buf);
|
||||
debug_printf(" .size = 0x%x\n", buf->base.base.size);
|
||||
debug_backtrace_dump(buf->create_backtrace, PB_DEBUG_CREATE_BACKTRACE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue