From: Mahati Chamarthy Date: Thu, 20 Sep 2018 04:34:22 +0000 (+0530) Subject: src/include:fix unused parameter X-Git-Tag: v14.0.1~216^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24191%2Fhead;p=ceph.git src/include:fix unused parameter fixes unused parameter Signed-off-by: Mahati Chamarthy --- diff --git a/src/include/buffer.h b/src/include/buffer.h index 1c941db15ce0..80599c9b2589 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -290,7 +290,7 @@ namespace buffer CEPH_BUFFER_API { return begin(); } const_iterator begin_deep(size_t offset=0) const { - return const_iterator(this, 0, true); + return const_iterator(this, offset, true); } // misc