mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 13:45:45 +00:00
vk_shader_decompiler: Silence warning when compiling without asserts
This commit is contained in:
parent
3cde4f549b
commit
4d7405712a
1 changed files with 1 additions and 0 deletions
|
@ -2094,6 +2094,7 @@ private:
|
|||
return OpFOrdGreaterThanEqual(t_bool, operand_1, operand_2);
|
||||
default:
|
||||
UNREACHABLE();
|
||||
return v_true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue