mesa: add fall-through comment, just to be clear
authorBrian Paul <brianp@vmware.com>
Fri, 28 Sep 2012 03:04:39 +0000 (21:04 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 29 Sep 2012 14:53:59 +0000 (08:53 -0600)
src/mesa/main/context.c

index 430de75bb1d28af01cee4ac5e349f2d4758c10f9..c50504d19627fe07f0803913b4c125d7cfa2bed6 100644 (file)
@@ -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: