mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
d88447d5ce
commit
8b90310b40
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue