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:
Timothy Arceri 2020-07-08 19:00:55 +10:00
parent 40e00c800c
commit 03a5b3f6d5

View file

@ -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;