mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 14:32:56 +00:00
vk_shader_decompiler: Silence warning when compiling without asserts
This commit is contained in:
parent
5836530a87
commit
5dbda22659
|
@ -2094,6 +2094,7 @@ private:
|
|||
return OpFOrdGreaterThanEqual(t_bool, operand_1, operand_2);
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return v_true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue