From f6bd2c366b32262c2a5a1ac38713dc84bf7c9cbf Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 16 Jan 2009 20:53:42 +0200 Subject: ubi-tests: fix build and some warnings Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/io_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ubi-tests/io_basic.c') diff --git a/tests/ubi-tests/io_basic.c b/tests/ubi-tests/io_basic.c index e10f8db..819893c 100644 --- a/tests/ubi-tests/io_basic.c +++ b/tests/ubi-tests/io_basic.c @@ -93,7 +93,7 @@ remove: */ static int test_aligned(int type) { - int i, ebsz; + unsigned int i, ebsz; struct ubi_mkvol_request req; const char *name = TESTNAME ":test_aligned()"; char vol_node[strlen(UBI_VOLUME_PATTERN) + 100]; -- cgit v1.2.3