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

Replace loop variable type in fpfh.hpp by correct type #2907

Merged

Conversation

SunBlack
Copy link
Contributor

There are a lot of warnings (comparison between signed and unsigned integer expressions [-Wsign-compare]) because of wrong loop variable type (Eigen::Index is a std::ptrdiff_t, which is a int (x86) or __int64 (x64)).

@SergioRAgostinho SergioRAgostinho merged commit bf6cf89 into PointCloudLibrary:master Mar 12, 2019
@SunBlack SunBlack deleted the fpfh_loop_variable_type branch March 12, 2019 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants