Skip to content

Fix Intel compiler deprecated options#485

Merged
bradh352 merged 1 commit into
c-ares:mainfrom
stephenmsachs:fix-deprecated-compiler-flags
Oct 23, 2022
Merged

Fix Intel compiler deprecated options#485
bradh352 merged 1 commit into
c-ares:mainfrom
stephenmsachs:fix-deprecated-compiler-flags

Conversation

@stephenmsachs

Copy link
Copy Markdown
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