mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-18 15:20:34 +01:00
test: Add missing format to any2ppm to silence gcc
This commit is contained in:
parent
056250775f
commit
9dcd29bef4
1 changed files with 1 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ write_ppm (cairo_surface_t *surface, int fd)
|
|||
format_str = "P5";
|
||||
break;
|
||||
case CAIRO_FORMAT_A1:
|
||||
case CAIRO_FORMAT_RGB16_565:
|
||||
case CAIRO_FORMAT_INVALID:
|
||||
default:
|
||||
return "unhandled image format";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue