diff --git a/src/gallium/frontends/dri/dri2.c b/src/gallium/frontends/dri/dri2.c index 0c0168497a2..2f4454a1b60 100644 --- a/src/gallium/frontends/dri/dri2.c +++ b/src/gallium/frontends/dri/dri2.c @@ -523,7 +523,7 @@ dri2_allocate_textures(struct dri_context *ctx, if (!screen->auto_fake_front) { continue; /* invalid attachment */ } - /* fallthrough */ + FALLTHROUGH; case __DRI_BUFFER_FAKE_FRONT_LEFT: statt = ST_ATTACHMENT_FRONT_LEFT; break;