From 0a4b139ddf2d24d18cc70f779fa7022ca6b601b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 29 Jan 2023 13:28:08 +0100 Subject: osdep: add MP_FALLTHROUGH --- video/out/opengl/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/context.c') diff --git a/video/out/opengl/context.c b/video/out/opengl/context.c index 377b678cde..5ec1e487a9 100644 --- a/video/out/opengl/context.c +++ b/video/out/opengl/context.c @@ -261,7 +261,7 @@ bool ra_gl_ctx_submit_frame(struct ra_swapchain *sw, const struct vo_frame *fram case FLUSH_AUTO: if (frame->display_synced) break; - // fall through + MP_FALLTHROUGH; case FLUSH_YES: gl->Flush(); } -- cgit v1.2.3