mesa: add missing fallthrough comment to teximage.c

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5705>
This commit is contained in:
Timothy Arceri 2020-07-01 16:11:28 +10:00 committed by Marge Bot
parent d88447d5ce
commit 8b90310b40

View file

@ -5728,6 +5728,7 @@ compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex,
break;
case TEX_MODE_CURRENT_NO_ERROR:
no_error = true;
/* fallthrough */
case TEX_MODE_CURRENT_ERROR:
default:
assert(textureOrIndex == 0);