Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os/bluestore: fix warning and uninit variable #12032

Merged
merged 2 commits into from Nov 17, 2016

Conversation

liewegas
Copy link
Member

No description provided.

Signed-off-by: Sage Weil <sage@redhat.com>
/home/sage/src/ceph4/src/include/mempool.h:421:68: warning: no return statement in function returning non-void [-Wreturn-type]
   void *operator new[](size_t size) { assert(0 == "no array new"); } \

Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas changed the title assert(0) -> ceph_abort() os/bluestore: fix warning and uninit variable Nov 16, 2016
@liewegas liewegas added this to the kraken milestone Nov 16, 2016
@xiexingguo
Copy link
Member

LGTM

@liewegas liewegas merged commit 20b58ba into ceph:master Nov 17, 2016
@liewegas liewegas deleted the wip-bluestore-warning branch November 17, 2016 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants