From: Volker Lendecke Date: Mon, 23 Nov 2020 15:15:34 +0000 (+0100) Subject: torture: Align integer types X-Git-Tag: samba-4.14.0rc1~533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bd5121750435c2903ff5539063b0cf92a1d6420;p=thirdparty%2Fsamba.git torture: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/torture/vfs/fruit.c b/source4/torture/vfs/fruit.c index a094ce0ab65..113f4792092 100644 --- a/source4/torture/vfs/fruit.c +++ b/source4/torture/vfs/fruit.c @@ -5047,7 +5047,7 @@ static bool test_readdir_attr_illegal_ntfs(struct torture_context *tctx, unsigned int count; union smb_search_data *d; uint64_t rfork_len; - int i; + unsigned int i; smb2_deltree(tree, BASEDIR); @@ -5780,7 +5780,7 @@ static bool test_copy_chunk_streams(struct torture_context *torture, { "src:foo", "dst:foo" }, { "src" AFPRESOURCE_STREAM, "dst" AFPRESOURCE_STREAM } }; - int i; + size_t i; TALLOC_CTX *tmp_ctx = NULL; bool ok = false;