-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 bug prone loop variables that are too small #2829
Fix bug prone loop variables that are too small #2829
Conversation
…,bugprone-too-small-loop-variable'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments in situ.
I also wanted to check if this PR added some sign-compare
warnings but gave up once I realized that our CI Ubuntu and Mac are flooding with warnings. 😅
segmentation/include/pcl/segmentation/impl/organized_connected_component_segmentation.hpp
Show resolved
Hide resolved
I forgot to mention. Don't squash commits, we'll take care of that at the end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This PR increased my size_t
happiness.
Fix issues reported by
run-clang-tidy -header-filter='.*' -checks='-*,bugprone-too-small-loop-variable'