projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0691349
)
glsl: return visit_stop in ir_validate::visit_enter() to silence warning
author
Brian Paul
<brianp@vmware.com>
Thu, 1 Dec 2011 23:37:49 +0000
(16:37 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 2 Dec 2011 14:22:39 +0000
(07:22 -0700)
src/glsl/ir_validate.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_validate.cpp
b/src/glsl/ir_validate.cpp
index a3520120f2d9e3c466b4edb1d995b45f5e571cef..20a0377d45671afad010f4843ed181743ec407af 100644
(file)
--- a/
src/glsl/ir_validate.cpp
+++ b/
src/glsl/ir_validate.cpp
@@
-585,6
+585,7
@@
dump_ir:
printf("callee:\n");
callee->print();
abort();
+ return visit_stop;
}
void