summaryrefslogtreecommitdiff
path: root/util/cairo-sphinx
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-03-28 19:38:24 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-03-30 18:31:34 +0100
commit7ab350378e8597e9872dbe390b8454d0a63bff28 (patch)
tree8f5fb295fa613d73abd9365a836c36cc19b1400f /util/cairo-sphinx
parentd901692a5550c51fd3eefd307609fb800ef02a95 (diff)
downloadcairo-7ab350378e8597e9872dbe390b8454d0a63bff28.tar.gz
Silence enumeration warnings following addition of RGB16_565
Diffstat (limited to 'util/cairo-sphinx')
-rw-r--r--util/cairo-sphinx/sphinx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cairo-sphinx/sphinx.c b/util/cairo-sphinx/sphinx.c
index 20d9f01b4..067f816a7 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;
}