From: Yehuda Sadeh Date: Fri, 8 Jan 2016 16:44:10 +0000 (-0800) Subject: rgw: fix compilation warning X-Git-Tag: v10.0.3~100^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7160%2Fhead;p=ceph.git rgw: fix compilation warning Signed-off-by: Yehuda Sadeh --- 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;