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

gcc 14 fails compilation - initialize an uninitialized variable #350

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

mehermvr
Copy link
Contributor

Compilation with g++-14 (tested on version 14.1.1 20240522) fails because of an uninitialized variable: closest_neighbor in registration.cpp. I just initialize it to 0, since it shouldn't matter anyways.

image

@tizianoGuadagnino tizianoGuadagnino merged commit 742077a into PRBonn:main Jun 26, 2024
17 checks passed
l00p3 added a commit to l00p3/kiss-icp that referenced this pull request Jun 26, 2024
@mehermvr mehermvr deleted the fix-bug-for-gcc-14 branch June 26, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants