mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
glsl: return visit_stop in ir_validate::visit_enter() to silence warning
This commit is contained in:
parent
06913497d6
commit
98ebe833fe
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ dump_ir:
|
|||
printf("callee:\n");
|
||||
callee->print();
|
||||
abort();
|
||||
return visit_stop;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue