mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
freedreno: fix missing fallthrough comments
Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5819>
This commit is contained in:
parent
40e00c800c
commit
03a5b3f6d5
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ fd_msaa_samples(unsigned samples)
|
|||
switch (samples) {
|
||||
default:
|
||||
debug_assert(0);
|
||||
/* fallthrough */
|
||||
case 0:
|
||||
case 1: return MSAA_ONE;
|
||||
case 2: return MSAA_TWO;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue