]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: silence -Wreturn-type warning
authorKefu Chai <kchai@redhat.com>
Fri, 13 Oct 2017 06:12:44 +0000 (14:12 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Oct 2017 06:12:47 +0000 (14:12 +0800)
commit65cac516302fd09321660ad3482b1c4dd4741b32
treed4eaa5fe401104653f0751055012be4db9d09dcd
parent33b8797ffe1b8e1096d7f9867fc65278755b6ab0
os/bluestore: silence -Wreturn-type warning

this silences following warning:

ceph/src/os/bluestore/bluestore_types.h: In member function ‘bool bluestore_blob_t::_validate_range(uint64_t, uint64_t, bool) const’:
ceph/src/os/bluestore/bluestore_types.h:664:3: warning: control reaches end of non-void function [-Wreturn-type]
   }
   ^

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/bluestore_types.h