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 Intel compiler deprecated options #485

Merged
merged 1 commit into from
Oct 23, 2022

Conversation

stephenmsachs
Copy link
Contributor

Options -we ### and -wd ### should not include a whitespace. They are also deprecated and -diag-error and -diag-disable are their replacements.

Intel compiler 2021.6 is not able to be used in configure without the proposed patch.

First discovered in gevent/gevent#1896

Options `-we ###` and `-wd ###` should not include a whitespace. They are also deprecated and `-diag-error` and `-diag-disable` are their replacements.

Intel compiler 2021.6 is not able to be used in configure without the proposed patch.
@bradh352 bradh352 merged commit 057c16a into c-ares:main Oct 23, 2022
@stephenmsachs stephenmsachs deleted the fix-deprecated-compiler-flags branch November 1, 2022 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants