From: Brian Paul Date: Fri, 28 Sep 2012 03:04:39 +0000 (-0600) Subject: mesa: add fall-through comment, just to be clear X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46328296bde5bac9df47a230f39776dde7b45c5f;p=mesa.git mesa: add fall-through comment, just to be clear --- 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: