Silence the compiler for another couple of RGB30 switches

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-05-04 08:04:43 +01:00
parent 5559dd0bbc
commit b1c96f1852
2 changed files with 2 additions and 0 deletions

View file

@ -136,6 +136,7 @@ cairo_gl_context_get_glyph_cache (cairo_gl_context_t *ctx,
cairo_content_t content;
switch (format) {
case CAIRO_FORMAT_RGB30:
case CAIRO_FORMAT_RGB16_565:
case CAIRO_FORMAT_ARGB32:
case CAIRO_FORMAT_RGB24:

View file

@ -2272,6 +2272,7 @@ _cairo_scaled_font_show_glyphs (cairo_scaled_font_t *scaled_font,
break;
case CAIRO_FORMAT_RGB16_565:
case CAIRO_FORMAT_RGB24:
case CAIRO_FORMAT_RGB30:
case CAIRO_FORMAT_INVALID:
default:
ASSERT_NOT_REACHED;