mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
ps: fix compile warning
https://lists.cairographics.org/archives/cairo/2017-December/028481.html
This commit is contained in:
parent
f723ce3192
commit
f9cf6f9200
1 changed files with 2 additions and 2 deletions
|
|
@ -3570,7 +3570,7 @@ _cairo_ps_surface_emit_form (cairo_ps_surface_t *surface,
|
|||
cairo_emit_surface_params_t *params,
|
||||
cairo_bool_t test)
|
||||
{
|
||||
cairo_ps_form_t *ps_form;
|
||||
cairo_ps_form_t *ps_form = NULL;
|
||||
cairo_status_t status;
|
||||
|
||||
status = _cairo_ps_surface_use_form (surface,
|
||||
|
|
@ -3619,7 +3619,7 @@ _cairo_ps_surface_emit_surface (cairo_ps_surface_t *surface,
|
|||
cairo_emit_surface_params_t *params)
|
||||
{
|
||||
cairo_int_status_t status;
|
||||
cairo_output_stream_t *old_stream;
|
||||
cairo_output_stream_t *old_stream = NULL;
|
||||
cairo_bool_t use_form;
|
||||
|
||||
/* Try emitting as a form. Returns unsupported if the surface is
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue