Mesa (master): mesa: add fall-through comment, just to be clear

Brian Paul brianp at kemper.freedesktop.org
Sat Sep 29 15:05:31 UTC 2012


Module: Mesa
Branch: master
Commit: 46328296bde5bac9df47a230f39776dde7b45c5f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46328296bde5bac9df47a230f39776dde7b45c5f

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep 27 21:04:39 2012 -0600

mesa: add fall-through comment, just to be clear

---

 src/mesa/main/context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 430de75..c50504d 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:




More information about the mesa-commit mailing list