mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
glsl: add ir_unop_round_even case to silence unhandled enum warning
This commit is contained in:
parent
fb8f3d7711
commit
b2578ef873
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ ir_validate::visit_leave(ir_expression *ir)
|
|||
break;
|
||||
|
||||
case ir_unop_trunc:
|
||||
case ir_unop_round_even:
|
||||
case ir_unop_ceil:
|
||||
case ir_unop_floor:
|
||||
case ir_unop_fract:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue