mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 14:00:16 +01:00
i965/blorp: Mark branch unreachable to silence uninitialized var warning.
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
f3aecefa99
commit
73ab06f9c5
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ brw_blorp_clear_params::brw_blorp_clear_params(struct brw_context *brw,
|
|||
break;
|
||||
default:
|
||||
assert(!"Unexpected sample count for fast clear");
|
||||
unreachable();
|
||||
break;
|
||||
}
|
||||
y_scaledown = 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue