From: Volker Lendecke Date: Tue, 23 Oct 2018 03:53:24 +0000 (+0200) Subject: tdbtorture: Align integer types X-Git-Tag: tdb-1.3.17~1212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2d9abd4212903bf1cbae0f49fc96e6d3a0ee530;p=thirdparty%2Fsamba.git tdbtorture: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/lib/tdb/tools/tdbtorture.c b/lib/tdb/tools/tdbtorture.c index 1655c28dfc8..7d08d4f6775 100644 --- a/lib/tdb/tools/tdbtorture.c +++ b/lib/tdb/tools/tdbtorture.c @@ -31,7 +31,7 @@ static int in_transaction; static int error_count; static int always_transaction = 0; static int hash_size = 2; -static int loopnum; +static unsigned loopnum; static int count_pipe; static bool mutex = false; static struct tdb_logging_context log_ctx;