[PATCH v2 6/7] pdiff: Drop unused variable

"Bryce W. Harrington" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <5A5FB412583EA944A1D0228D52A9C57263A566@sisaex02sj>
Fixes:
perceptualdiff.c:35:24: warning: unused variable ‘dim’
[-Wunused-variable]

Signed-off-by: Bryce Harrington <[email protected]>
Signed-off-by: Bryce Harrington <[email protected]>
---
 test/pdiff/perceptualdiff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pdiff/perceptualdiff.c b/test/pdiff/perceptualdiff.c
index de98534..5850dc9 100644
--- a/test/pdiff/perceptualdiff.c
+++ b/test/pdiff/perceptualdiff.c
@@ -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);
-- 
1.7.9.5

--
Bryce Harrington
Senior Open Source Developer  -  [email protected]
Open Source Group             -  Samsung Research America
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.