projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6bcce0
)
gallium: cast to silence waring
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:44:05 +0000
(16:44 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:44:05 +0000
(16:44 -0700)
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
index 93f8960641f3364d77ecded567926fa24cba5703..c2593cf16537de6a45ac4e5c92eb2f66db964be1 100644
(file)
--- a/
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
+++ b/
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
@@
-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);