glsl: return visit_stop in ir_validate::visit_enter() to silence warning

This commit is contained in:
Brian Paul
2011-12-01 16:37:49 -07:00
parent 06913497d6
commit 98ebe833fe

View File

@@ -585,6 +585,7 @@ dump_ir:
printf("callee:\n"); printf("callee:\n");
callee->print(); callee->print();
abort(); abort();
return visit_stop;
} }
void void