summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann <ssp@redhat.com>2012-01-16 11:15:19 -0500
committerSøren Sandmann <ssp@redhat.com>2012-05-22 14:34:48 -0400
commit4655bdea22ed76a5e9cc32ec12fec86aef1381c8 (patch)
treec17f3f747be026fdbc8c40ea98728ba691dad4be
parentf885b6e2c48b8747eb76c1a2304dc5a74af5e869 (diff)
disable a8 warninga8
-rw-r--r--src/qxl_surface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qxl_surface.c b/src/qxl_surface.c
index a8901f0..a7a56ce 100644
--- a/src/qxl_surface.c
+++ b/src/qxl_surface.c
@@ -630,6 +630,7 @@ qxl_surface_create (surface_cache_t * cache,
return NULL;
}
+#if 0
if (bpp == 8)
{
static int warned;
@@ -641,6 +642,7 @@ qxl_surface_create (surface_cache_t * cache,
return NULL;
}
+#endif
if (bpp != 8 && bpp != 16 && bpp != 32 && bpp != 24)
{