From: Timothy Arceri Date: Wed, 1 Jul 2020 05:40:51 +0000 (+1000) Subject: glsl: move fallthrough comment to where gcc can see it X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=f692131641f76973ab0983ac51f821c2f4f57c96 glsl: move fallthrough comment to where gcc can see it Reviewed-by: Marek Olšák Part-of: --- diff --git a/src/compiler/glsl/gl_nir_linker.c b/src/compiler/glsl/gl_nir_linker.c index c0cd587d0a1..4a7a31629b8 100644 --- a/src/compiler/glsl/gl_nir_linker.c +++ b/src/compiler/glsl/gl_nir_linker.c @@ -287,8 +287,8 @@ add_shader_variable(const struct gl_context *ctx, } return true; } - /* fallthrough */ } + /* fallthrough */ default: { /* The ARB_program_interface_query spec says: