From 6ed6883b49e017d15ac290b5f02067b127693f98 Mon Sep 17 00:00:00 2001 From: Luo Kexue Date: Sat, 26 Aug 2017 10:58:39 +0800 Subject: [PATCH] common: silence jenkins's buiding warning in obj_bencher.cc Signed-off-by: Luo Kexue --- src/common/obj_bencher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/obj_bencher.cc b/src/common/obj_bencher.cc index 87c37c5bfc68e..18c85c3b895e8 100644 --- a/src/common/obj_bencher.cc +++ b/src/common/obj_bencher.cc @@ -82,7 +82,7 @@ void *ObjBencher::status_printer(void *_bencher) { int previous_writes = 0; int cycleSinceChange = 0; double bandwidth; - int iops; + int iops = 0; utime_t ONE_SECOND; ONE_SECOND.set_from_double(1.0); bencher->lock.Lock(); -- 2.47.3