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

fix un-initialized value #89

Open
wants to merge 2 commits into
base: indigo-devel
Choose a base branch
from
Open

fix un-initialized value #89

wants to merge 2 commits into from

Conversation

artivis
Copy link

@artivis artivis commented Jul 10, 2019

Fix #88

@artivis artivis changed the title fix #88 fix un-initialized value Jul 10, 2019
@artivis
Copy link
Author

artivis commented Jul 11, 2019

CI's failing, likely related to #86.

@@ -89,7 +89,7 @@ class NodeletArgumentParsing
bool is_bond_enabled_;

public:
//NodeletArgumentParsing() { };
NodeletArgumentParsing() : is_bond_enabled_(true) { };
Copy link

Choose a reason for hiding this comment

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

Seems like you can also remove the is_bond_enabled_ = true; at the beginning of parseArgs.
Otherwise it looks good to me.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks for the suggestion, I removed it 👍.

@kyrofa
Copy link

kyrofa commented Jun 5, 2020

Gentle ping on this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coverity - Event member_not_init_in_gen_ctor
3 participants