mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 13:00:22 +01:00
mesa: Silence warning
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> Reviewed-by Brian Paul <brianp@vmware.com> Reviewed-by Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
54f6b64e7e
commit
230cc36611
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ _mesa_symbol_table_iterator_next(struct _mesa_symbol_table_iterator *iter)
|
|||
|
||||
while (iter->curr != NULL) {
|
||||
assert(iter->curr->hdr == hdr);
|
||||
(void)hdr;
|
||||
|
||||
if ((iter->name_space == -1)
|
||||
|| (iter->curr->name_space == iter->name_space)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue