mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-27 18:38:16 +02:00
pdiff: Drop unused variable
Fixes: perceptualdiff.c:35:24: warning: unused variable ‘dim’ [-Wunused-variable] Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
319b893582
commit
5577223489
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static bool Yee_Compare(args_t *args)
|
|||
unsigned int width_b, height_b, stride_b;
|
||||
unsigned char *data_b, *row_b;
|
||||
uint32_t *pixel_b;
|
||||
unsigned int x, y, dim, pixels_failed;
|
||||
unsigned int x, y, pixels_failed;
|
||||
bool identical = true;
|
||||
|
||||
width_a = cairo_image_surface_get_width (args->surface_a);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue