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

ceph-syn: silence clang analyzer warning #18577

Merged
merged 1 commit into from Oct 31, 2017

Conversation

tchaikov
Copy link
Contributor

initialize messengers and mclients with nullptr, to silence
warning like

Argument to 'delete' is uninitialized

Signed-off-by: Kefu Chai kchai@redhat.com

initialize `messengers` and `mclients` with `nullptr`, to silence
warning like

Argument to 'delete' is uninitialized

Signed-off-by: Kefu Chai <kchai@redhat.com>
Copy link
Contributor

@badone badone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tchaikov tchaikov merged commit 7d583f1 into ceph:master Oct 31, 2017
@tchaikov tchaikov deleted the wip-kill-clang-warning branch October 31, 2017 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants