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:
committed by
Marge Bot
parent
d88447d5ce
commit
8b90310b40
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user