mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 21:08:10 +02:00
cairo-trace: Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSING
This error enum was added last September when JBIG2 support was added. Support it as well in the tracing code. This fixes this warning: trace.c:1544:5: warning: enumeration value ‘CAIRO_STATUS_JBIG2_GLOBAL_MISSING’ not handled in switch [-Wswitch] Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
9a29805f4e
commit
1ce452db4c
1 changed files with 1 additions and 0 deletions
|
|
@ -1580,6 +1580,7 @@ _status_to_string (cairo_status_t status)
|
|||
f(DEVICE_ERROR);
|
||||
f(INVALID_MESH_CONSTRUCTION);
|
||||
f(DEVICE_FINISHED);
|
||||
f(JBIG2_GLOBAL_MISSING);
|
||||
case CAIRO_STATUS_LAST_STATUS:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue