From 9b2059c0e94b1291af2a2d6ae134b0dfe6d8e307 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 8 Jan 2016 08:44:10 -0800 Subject: [PATCH] rgw: fix compilation warning Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index d044734648a3..880c634e016e 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -286,7 +286,7 @@ protected: bool sent_data; string marker; string end_marker; - uint64_t limit; + int64_t limit; uint64_t limit_max; uint32_t buckets_count; uint64_t buckets_objcount; -- 2.47.3