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

Spatial_searching: Do not quiet warning in CMakeLists.txt #8529

Merged

Conversation

afabri
Copy link
Member

@afabri afabri commented Oct 9, 2024

Summary of Changes

It is not a good idea to quiet a warning in the CMakeLists.txt file.

Todo: Fix it in the code, or disable warning in the header file itself.

There is another warning disabled in the test of Distance_3. The question is if we have a test case where we force it into the problem, or if the same warning can show up for any user code. The warning does not show up outside this testsuite which might be an indication.

Release Management

  • Affected package(s): Spatial_searching
  • License and copyright ownership: unchanged

@afabri afabri added the Bug label Oct 9, 2024
@afabri afabri added this to the 6.1-beta milestone Oct 9, 2024
@afabri afabri self-assigned this Oct 9, 2024
@afabri
Copy link
Member Author

afabri commented Oct 9, 2024

I do not get a warning with /W4, so let's see what the testsuite says. @sloriot

@lrineau
Copy link
Member

lrineau commented Oct 9, 2024

Note that those lines were from a77205a, about ten years ago.

@sloriot
Copy link
Member

sloriot commented Oct 18, 2024

Successfully tested in CGAL-6.0.1-Ic-351

@sloriot sloriot modified the milestones: 6.1-beta, 6.0.1 Oct 18, 2024
@sloriot sloriot merged commit 50cfbde into CGAL:master Oct 18, 2024
8 checks passed
@lrineau lrineau deleted the Spatial_searching-do_not_qiet_warning_in_cmake-GF branch October 18, 2024 20:07
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