mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
i965/test: Use unreachable() to silence warning.
This commit is contained in:
parent
1f9092958d
commit
5fe49d99f2
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ protected:
|
|||
virtual vec4_instruction *emit_urb_write_opcode(bool complete)
|
||||
{
|
||||
assert(!"Not reached");
|
||||
unreachable();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue