glsl: move fallthrough comment to where gcc can see it

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 15:40:51 +10:00 committed by Marge Bot
parent bf3fc3cf3d
commit f692131641
1 changed files with 1 additions and 1 deletions

View File

@ -287,8 +287,8 @@ add_shader_variable(const struct gl_context *ctx,
}
return true;
}
/* fallthrough */
}
/* fallthrough */
default: {
/* The ARB_program_interface_query spec says: