mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
glsl2: add cast to silence warning
This commit is contained in:
parent
30d083903f
commit
ffd3f15e96
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ do_structure_splitting(exec_list *instructions)
|
|||
|
||||
if (debug) {
|
||||
printf("structure %s@%p: decl %d, whole_access %d\n",
|
||||
entry->var->name, entry->var, entry->declaration,
|
||||
entry->var->name, (void *) entry->var, entry->declaration,
|
||||
entry->whole_structure_access);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue