]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/rbd: silence compiling warnings
authorKefu Chai <kchai@redhat.com>
Wed, 17 Aug 2016 07:17:35 +0000 (15:17 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Aug 2016 10:52:23 +0000 (18:52 +0800)
commit7b9433c2b8275ba82147c223b68aeb0d9b653c3f
tree0bbb47c70181f37f7834c41f5aa4600240b36b94
parentdd54ea674f2152cf7db28899488340d9fdf0993e
test/rbd: silence compiling warnings

silence warnings like:
```
src/test/librbd/fsx.cc:1589:21: comparison between signed and unsigned
integer expressions [-Wsign-compare]
(offset + size > monitorstart &&
^
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librbd/fsx.cc