From a788dfde86dfaff8f1c277a233f92c1822e06b76 Mon Sep 17 00:00:00 2001 From: "Alan D. Brunelle" Date: Mon, 29 Nov 2010 10:34:30 -0500 Subject: Fixed build warning for btreplay btreplay.c:1332: warning: comparison between signed and unsigned integer expressions --- btreplay/btreplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btreplay/btreplay.c b/btreplay/btreplay.c index cba099a..f4f5aa0 100644 --- a/btreplay/btreplay.c +++ b/btreplay/btreplay.c @@ -1314,7 +1314,7 @@ static void reset_input_file(struct thr_info *tip) */ static void *replay_sub(void *arg) { - int i; + unsigned int i; char *mdev; char path[MAXPATHLEN]; struct io_bunch bunch; -- cgit v1.2.3