From: Kefu Chai Date: Mon, 1 May 2017 04:44:19 +0000 (+0800) Subject: test/librados: silence -Woverloaded-virtual warning X-Git-Tag: v12.0.3~150^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b8646f7acc94955bec4d945237f4cd424f76162;p=ceph.git test/librados: silence -Woverloaded-virtual warning Signed-off-by: Kefu Chai --- diff --git a/src/test/librados_test_stub/MockTestMemIoCtxImpl.h b/src/test/librados_test_stub/MockTestMemIoCtxImpl.h index e1d703dceff1..03c6c326de59 100644 --- a/src/test/librados_test_stub/MockTestMemIoCtxImpl.h +++ b/src/test/librados_test_stub/MockTestMemIoCtxImpl.h @@ -99,7 +99,7 @@ public: } MOCK_METHOD5(sparse_read, int(const std::string& oid, uint64_t off, - size_t len, + uint64_t len, std::map *m, bufferlist *bl)); int do_sparse_read(const std::string& oid, uint64_t off, size_t len,