From 46328296bde5bac9df47a230f39776dde7b45c5f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 27 Sep 2012 21:04:39 -0600 Subject: [PATCH] mesa: add fall-through comment, just to be clear --- src/mesa/main/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 430de75bb1d..c50504d1962 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1007,6 +1007,7 @@ _mesa_initialize_context(struct gl_context *ctx, } _mesa_install_save_vtxfmt( ctx, &ctx->ListState.ListVtxfmt ); + /* fall-through */ case API_OPENGL_CORE: break; case API_OPENGLES: -- 2.30.2