From: Timothy Arceri Date: Wed, 1 Jul 2020 06:11:28 +0000 (+1000) Subject: mesa: add missing fallthrough comment to teximage.c X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=8b90310b4018056b9d7c8770565b84e1ba0938ab mesa: add missing fallthrough comment to teximage.c Reviewed-by: Marek Olšák Part-of: --- diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 19bad75b20e..decd67147e5 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -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);