From 8b8646f7acc94955bec4d945237f4cd424f76162 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 1 May 2017 12:44:19 +0800 Subject: [PATCH] test/librados: silence -Woverloaded-virtual warning Signed-off-by: Kefu Chai --- src/test/librados_test_stub/MockTestMemIoCtxImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/librados_test_stub/MockTestMemIoCtxImpl.h b/src/test/librados_test_stub/MockTestMemIoCtxImpl.h index e1d703dceff..03c6c326de5 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, -- 2.39.5