Skip to content

cmake: tidy up and shorten symbol hiding initialization #15400

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

Closed
wants to merge 4 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Oct 24, 2024

  • drop redundant local variables.

  • drop extra Intel C feature check that always returned success due
    to not passing the tested compiler option. Nobody reported an issue
    with this since 2016, suggesting the version check alone is enough.

If it always passed since 2016-09-04 without causing an issue,
it seems safe to just delete this extra check.
@vszakats vszakats closed this in 45862f2 Oct 24, 2024
@vszakats vszakats deleted the cm-symbol-hide-tidy branch October 24, 2024 20:13
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
- drop redundant local variables.

- drop extra Intel C feature check that always returned success due
  to not passing the tested compiler option. Nobody reported an issue
  with this since 2016, suggesting the version check alone is enough.

Closes curl#15400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant