mesa: add missing fallthrough comment to teximage.c
[mesa.git] / src / mesa / main / teximage.c
index 19bad75b20ec55c230e256ff1d92879078381d96..decd67147e512dc58fdeb4186478c970f5fc2b25 100644 (file)
@@ -5728,6 +5728,7 @@ compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex,
          break;
       case TEX_MODE_CURRENT_NO_ERROR:
          no_error = true;
+         /* fallthrough */
       case TEX_MODE_CURRENT_ERROR:
       default:
          assert(textureOrIndex == 0);