diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-03-28 19:38:24 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-03-30 18:31:34 +0100 |
commit | 7ab350378e8597e9872dbe390b8454d0a63bff28 (patch) | |
tree | 8f5fb295fa613d73abd9365a836c36cc19b1400f /util/cairo-sphinx | |
parent | d901692a5550c51fd3eefd307609fb800ef02a95 (diff) |
Silence enumeration warnings following addition of RGB16_565
Diffstat (limited to 'util/cairo-sphinx')
-rw-r--r-- | util/cairo-sphinx/sphinx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cairo-sphinx/sphinx.c b/util/cairo-sphinx/sphinx.c index 20d9f01b..067f816a 100644 --- a/util/cairo-sphinx/sphinx.c +++ b/util/cairo-sphinx/sphinx.c @@ -620,6 +620,7 @@ compare_images (cairo_surface_t *a, break; case CAIRO_FORMAT_INVALID: + case CAIRO_FORMAT_RGB16_565: /* XXX */ break; } |