diff options
author | Søren Sandmann <ssp@redhat.com> | 2012-01-16 11:15:19 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2012-08-23 17:32:38 -0400 |
commit | 3f31680945f48f636e69f36a03c1cc7076d383ed (patch) | |
tree | 39567c19cc2b10e2e002c13ad65ece3fec89f463 | |
parent | 49e4b2ab227b05c516bdb0823a4629da04b86cd2 (diff) |
disable a8 warning
-rw-r--r-- | src/qxl_surface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qxl_surface.c b/src/qxl_surface.c index 387a183..6ac3f13 100644 --- a/src/qxl_surface.c +++ b/src/qxl_surface.c @@ -706,6 +706,7 @@ qxl_surface_create (surface_cache_t * cache, return NULL; } +#if 0 if (bpp == 8) { static int warned; @@ -717,6 +718,7 @@ qxl_surface_create (surface_cache_t * cache, return NULL; } +#endif if (bpp != 8 && bpp != 16 && bpp != 32 && bpp != 24) { |