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

Selectively disable GCC diagnostics in ocsp.c #313

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

rdw-software
Copy link
Contributor

GCC 14 fails to compile the library because -Wincompatible-pointer-types is now fatal. Since the warning is already disabled for clang here, might as well include GCC also. Needless to say, this is a workaround and a proper fix would require upstream changes.

GCC 14 fails to compile the library because -Wincompatible-pointer-types is now fatal.
Since the warning is already disabled for clang here, might as well include GCC also.
Needless to say, this is a workaround and a proper fix would require upstream changes.
@rdw-software
Copy link
Contributor Author

The CI failure doesn't seem like it would be caused by my changes. Should I look into this or is it an unrelated problem?

@zhaozg zhaozg merged commit bfeedbe into zhaozg:master Oct 9, 2024
63 of 67 checks passed
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