mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 20:40:36 +02:00
progs/rbug: Silence printf format warning.
This commit is contained in:
parent
869896f162
commit
64d18b819b
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static void shader_info(struct rbug_connection *con, rbug_context_t ctx)
|
|||
assert(header->opcode == RBUG_OP_SHADER_INFO_REPLY);
|
||||
info = (struct rbug_proto_shader_info_reply *)header;
|
||||
|
||||
debug_printf("% 15llu |% 15llu |% 15u |\n",
|
||||
debug_printf("%15llu | %15llu | %15u |\n",
|
||||
(unsigned long long)ctx,
|
||||
(unsigned long long)list->shaders[i],
|
||||
(unsigned)info->disabled);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue