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 warnings #8712

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix warnings #8712

wants to merge 3 commits into from

Conversation

sloriot
Copy link
Member

@sloriot sloriot commented Jan 23, 2025

Revealed by #8704

@sloriot sloriot added Warnings For an issue about warnings, or a pull-request that fixes warnings Under Testing labels Jan 23, 2025
@@ -45,7 +45,7 @@ struct Node_1
void set_time_stamp(const std::size_t& ts) {
time_stamp_ = ts;
}
std::size_t time_stamp_;
std::size_t time_stamp_ = 0;
Copy link
Member Author

Choose a reason for hiding this comment

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

runtime errors in CGAL-6.1-Ic-70

Copy link
Member Author

Choose a reason for hiding this comment

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

which makes me think that the test might be buggy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Under Testing Warnings For an issue about warnings, or a pull-request that fixes warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants