mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
glsl: Quiet unreachable no-return-from-function warning.
This commit is contained in:
parent
b22d65e9fc
commit
d56c97413e
1 changed files with 2 additions and 0 deletions
|
|
@ -813,6 +813,8 @@ do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1)
|
|||
*/
|
||||
return new(mem_ctx) ir_constant(true);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
ir_rvalue *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue