mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 08:50:43 +02:00
image: Silence a compile warning
cairo-image-surface.c: In function ‘_cairo_image_reset_static_data’: cairo-image-surface.c:1006: warning: old-style function definition Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
75e2b7c7b5
commit
ac6fd51fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ static struct {
|
|||
static int n_cached;
|
||||
|
||||
void
|
||||
_cairo_image_reset_static_data ()
|
||||
_cairo_image_reset_static_data (void)
|
||||
{
|
||||
while (n_cached)
|
||||
pixman_image_unref (cache[--n_cached].image);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue