]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/filestore: fix a -Wunused-label warning in compiling. 8366/head
authorDongsheng Yang <dongsheng.yang@easystack.cn>
Wed, 30 Mar 2016 02:51:31 +0000 (22:51 -0400)
committerDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 31 Mar 2016 04:08:21 +0000 (00:08 -0400)
commitf6be50d99a60b0b78b360d1b9f9842ce45d7c8a7
tree4d0d55cccad7472c3bb01b2535351a24a52ab52c
parentc97ce4fc16e06a8ddc5a12c83ef5025cb4de4f79
os/filestore: fix a -Wunused-label warning in compiling.

os/filestore/FileStore.cc: In member function ‘int FileStore::_zero(const coll_t&, const ghobject_t&, uint64_t, size_t)’:
os/filestore/FileStore.cc:3328:2: warning: label ‘out’ defined but not used [-Wunused-label]
  out:
  ^

Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
src/os/filestore/FileStore.cc