From 7e64eb5414c42ee4299703048864d07acb4f78fc Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Thu, 6 Mar 2014 15:00:41 +0000 Subject: [trunk] Remove some easy warnings about sign compare reported by gcc --- tests/unit/testempty1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/testempty1.c') diff --git a/tests/unit/testempty1.c b/tests/unit/testempty1.c index f4140f64..a2ae2d2d 100644 --- a/tests/unit/testempty1.c +++ b/tests/unit/testempty1.c @@ -91,7 +91,7 @@ int main(int argc, char *argv[]) for (i = 0; i < image_width * image_height; i++) { - int compno; + unsigned int compno; for(compno = 0; compno < numcomps; compno++) { image->comps[compno].data[i] = 0; -- cgit v1.2.3