commit | ffd3f15e965d451b1aef032015cc2edea66c30fa | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Wed Aug 11 14:00:15 2010 -0600 |
committer | Brian Paul <brianp@vmware.com> | Wed Aug 11 15:06:12 2010 -0600 |
tree | 96c4f258309a8e3816e75f29ae9e4fc31854e343 | |
parent | 30d083903f28965122800cc6ba3dc1ad08aff47f [diff] [blame] |
glsl2: add cast to silence warning
diff --git a/src/glsl/ir_structure_splitting.cpp b/src/glsl/ir_structure_splitting.cpp index 9dc5941..2f83896 100644 --- a/src/glsl/ir_structure_splitting.cpp +++ b/src/glsl/ir_structure_splitting.cpp
@@ -401,7 +401,7 @@ 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); }